ODataCollectionSerializer Class

 

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

Namespace:   System.Web.Http.OData.Formatter.Serialization
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)


public ref class ODataCollectionSerializer : ODataEdmTypeSerializer

NameDescription
System_CAPS_pubmethodODataCollectionSerializer(ODataSerializerProvider^)

Initializes a new instance of the ODataCollectionSerializer class.

NameDescription
System_CAPS_pubpropertyODataPayloadKind

Gets the ODataPayloadKind that this serializer generates.(Inherited from ODataSerializer.)

System_CAPS_pubpropertySerializerProvider

Gets the ODataSerializerProvider that can be used to write inner objects.(Inherited from ODataEdmTypeSerializer.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: