ODataComplexTypeSerializer Class

 

ODataSerializer for serializing complex types.

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

System::Object
  System.Web.OData.Formatter.Serialization::ODataSerializer
    System.Web.OData.Formatter.Serialization::ODataEdmTypeSerializer
      System.Web.OData.Formatter.Serialization::ODataComplexTypeSerializer

public ref class ODataComplexTypeSerializer : ODataEdmTypeSerializer

NameDescription
System_CAPS_pubmethodODataComplexTypeSerializer(ODataSerializerProvider^)

Initializes a new instance of the ODataComplexTypeSerializer 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: