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 EnumSets The Graph service expects a single enum value as a comma-delimited string Here, we flatten the EnumSet to serialize the object and insert the response into an array to deserialize back to an EnumSet

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