Namespace Microsoft.Graph.Communications.Common.OData
Classes
CamelCaseStringEnumConverter
Converts an System.Enum to and from its name string value. When converting to its string value it will use camelCase formatting.
ODataConfiguration
OData Configuration object to be used for different classes.
ODataConstants
The OData constants.
ODataJsonConverter
Handles resolving interfaces to the correct derived class during serialization/deserialization.
ODataResolver
Contract resolver that allows us to create OData json payloads with type information.
ODataSerializeAsTypeAttribute
Specify how a given object should be written/read on the wire.
ODataTimeSpanConverter
Custom json converter for TimeSpans.