com.microsoft.graph.serializer
Classes
| AdditionalDataManager |
Holds additional properties that are not part of the default object's schema |
| ByteArraySerializer |
Serializer for byte[]s |
| CollectionPageSerializer |
Specialized serializer to handle collection pages |
| CollectionResponseDeserializer |
Specialized de-serializer to handle collection responses |
| DefaultSerializer |
The default serializer implementation for the SDK |
| DerivedClassIdentifier |
This class provides methods to get the derived class corresponding to the OData type when deserializing payloads. |
| EdmNativeTypeSerializer |
Deserializer for native EDM types from the service. |
| EnumSetSerializer |
Serializes and deserializes Enum |
| FallbackTypeAdapterFactory |
Handles serialization/deserialization for special types (especially of fields which are not caught by registering a type adapter). |
| OffsetDateTimeSerializer |
Serializes and deserializes a string |
Interfaces
| IJsonBackedObject |
An object that was parsed from JSON |
| ISerializer |
Serializes and deserializes items from strings into their types |