ODataComplexTypeSerializer Class
ODataSerializer for serializing complex types.
Assembly: System.Web.OData (in System.Web.OData.dll)
System.Web.OData.Formatter.Serialization::ODataSerializer
System.Web.OData.Formatter.Serialization::ODataEdmTypeSerializer
System.Web.OData.Formatter.Serialization::ODataComplexTypeSerializer
| Name | Description | |
|---|---|---|
![]() | ODataComplexTypeSerializer(ODataSerializerProvider^) | Initializes a new instance of the ODataComplexTypeSerializer class. |
| Name | Description | |
|---|---|---|
![]() | ODataPayloadKind | Gets the ODataPayloadKind that this serializer generates. (Inherited from ODataSerializer.) |
![]() | SerializerProvider | Gets the ODataSerializerProvider that can be used to write inner objects. (Inherited from ODataEdmTypeSerializer.) |
| Name | Description | |
|---|---|---|
![]() | CreateODataComplexValue(Object^, IEdmComplexTypeReference^, ODataSerializerContext^) | Creates an ODataComplexValue for the object represented by graph. |
![]() | CreateODataValue(Object^, IEdmTypeReference^, ODataSerializerContext^) | |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | WriteObject(Object^, Type^, ODataMessageWriter^, ODataSerializerContext^) | |
![]() | WriteObjectInline(Object^, IEdmTypeReference^, ODataWriter^, ODataSerializerContext^) | Writes the given object specified by the parameter graph as a part of an existing OData message using the given messageWriter and the writeContext. (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.


