Table of Contents

Namespace System.Web.Http.OData.Formatter.Serialization

Classes

DefaultODataSerializerProvider

The default ODataSerializerProvider.

EntitySelfLinks

EntitySelfLinks contains the Id, Edit and Read links for an entity.

ODataCollectionSerializer

ODataSerializer for serializing collection of Entities or Complex types or primitives.

ODataComplexTypeSerializer

ODataSerializer for serializing complex types.

ODataEdmTypeSerializer

Represents an ODataSerializer that serializes instances of objects backed by an Microsoft.Data.Edm.IEdmType.

ODataEntityReferenceLinkSerializer

Represents an ODataSerializer for serializing $links response.

ODataEntityReferenceLinksSerializer

Represents an ODataSerializer for serializing $link response for a collection navigation property.

ODataEntityTypeSerializer

ODataSerializer for serializing instances of Microsoft.Data.Edm.IEdmEntityType

ODataErrorSerializer

Represents an ODataSerializer to serialize Microsoft.Data.OData.ODataErrors and System.Web.Http.HttpErrors.

ODataFeedSerializer

OData serializer for serializing a collection of Microsoft.Data.Edm.IEdmEntityType

ODataMetadataSerializer

Represents an ODataSerializer for serializing $metadata.

ODataPrimitiveSerializer

Represents an ODataSerializer for serializing Microsoft.Data.Edm.IEdmPrimitiveType's.

ODataRawValueSerializer

Represents an ODataSerializer for serializing the raw value of an Microsoft.Data.Edm.IEdmPrimitiveType.

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.

ODataWorkspaceSerializer

Represents an ODataSerializer for serializing Microsoft.Data.OData.ODataWorkspace'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 Microsoft.Data.OData.ODataEntry in the response.