ODataSerializer for serializing complex types.
Namespace:   System.Web.OData.Formatter.Serialization
Assembly:  System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
  System.Web.OData.Formatter.Serialization.ODataSerializer
    System.Web.OData.Formatter.Serialization.ODataEdmTypeSerializer
      System.Web.OData.Formatter.Serialization.ODataComplexTypeSerializer
Syntax
public class ODataComplexTypeSerializer : ODataEdmTypeSerializer
public ref class ODataComplexTypeSerializer : ODataEdmTypeSerializer
type ODataComplexTypeSerializer = 
    class
        inherit ODataEdmTypeSerializer
    end
Public Class ODataComplexTypeSerializer
    Inherits ODataEdmTypeSerializer
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ODataComplexTypeSerializer(ODataSerializerProvider) | Initializes a new instance of the ODataComplexTypeSerializer class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | ODataPayloadKind | Gets the ODataPayloadKind that this serializer generates. (Inherited from ODataSerializer.) | 
| .jpeg) | SerializerProvider | Gets the ODataSerializerProvider that can be used to write inner objects. (Inherited from ODataEdmTypeSerializer.) | 
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.OData.Formatter.Serialization Namespace
Return to top
.jpeg)