Microsoft.AspNet.OData.Formatter.Serialization Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
DefaultODataSerializerProvider |
The default ODataSerializerProvider. |
EntitySelfLinks |
EntitySelfLinks contains the Id, Edit and Read links for an entity. |
ODataCollectionSerializer |
ODataSerializer for serializing collection of primitive or enum types. |
ODataDeltaFeedSerializer |
OData serializer for serializing a collection of IEdmEntityType The Collection is of IEdmChangedObject which is the base interface implemented by all objects which are a part of the DeltaFeed payload. |
ODataEdmTypeSerializer |
Represents an ODataSerializer that serializes instances of objects backed by an IEdmType. |
ODataEntityReferenceLinkSerializer |
Represents an ODataSerializer for serializing $ref response. |
ODataEntityReferenceLinksSerializer |
Represents an ODataSerializer for serializing $ref response for a collection navigation property. |
ODataEnumSerializer |
Represents an ODataSerializer for serializing IEdmEnumType's. |
ODataErrorSerializer |
Represents an ODataSerializer to serialize ODataErrors. |
ODataMetadataSerializer |
Represents an ODataSerializer for serializing $metadata. |
ODataPrimitiveSerializer |
Represents an ODataSerializer for serializing IEdmPrimitiveType's. |
ODataRawValueSerializer |
Represents an ODataSerializer for serializing the raw value of an IEdmPrimitiveType. |
ODataResourceSerializer |
ODataSerializer for serializing instances of IEdmEntityType or IEdmComplexType |
ODataResourceSetSerializer |
OData serializer for serializing a collection of IEdmEntityType or IEdmComplexType |
ODataResourceValueSerializer |
Represents an ODataSerializer for serializing IEdmComplexType's. |
ODataSerializer |
An ODataSerializer is used to write a CLR object to an ODataMessage. |
ODataSerializerContext |
Context information used by the ODataSerializer when serializing objects in OData message format. |
ODataSerializerProvider |
An ODataSerializerProvider is a factory for creating ODataSerializers. |
ODataServiceDocumentSerializer |
Represents an ODataSerializer for serializing ODataServiceDocument's for generating servicedoc's. |
SelectExpandNode |
Describes the set of structural properties and navigation properties and actions to select and navigation properties to expand while writing an ODataResource in the response. |