Package com.microsoft.graph.serializer


package com.microsoft.graph.serializer
  • Interface Summary
    Interface
    Description
    An object that was parsed from JSON
    Serializes and deserializes items from strings into their types
  • Class Summary
    Class
    Description
    Holds additional properties that are not part of the default object's schema
    Serializer for byte[]s
    Specialized serializer to handle collection pages
    Specialized de-serializer to handle collection responses
    The default serializer implementation for the SDK
    This class provides methods to get the derived class corresponding to the OData type when deserializing payloads.
    Deserializer for native EDM types from the service.
    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
    Handles serialization/deserialization for special types (especially of fields which are not caught by registering a type adapter).
    Serializes and deserializes a string