ODataServiceDocumentSerializer Class
Represents an ODataSerializer for serializing ODataServiceDocument's for generating servicedoc's.
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.ODataServiceDocumentSerializer
Syntax
public class ODataServiceDocumentSerializer : ODataSerializer
public ref class ODataServiceDocumentSerializer : ODataSerializer
type ODataServiceDocumentSerializer =
class
inherit ODataSerializer
end
Public Class ODataServiceDocumentSerializer
Inherits ODataSerializer
Constructors
Name | Description | |
---|---|---|
ODataServiceDocumentSerializer() | Initializes a new instance of ODataServiceDocumentSerializer. |
Properties
Name | Description | |
---|---|---|
ODataPayloadKind | Gets the ODataPayloadKind that this serializer generates. (Inherited from ODataSerializer.) |
Methods
Name | Description | |
---|---|---|
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) | (Overrides ODataSerializer.WriteObject(Object, Type, ODataMessageWriter, ODataSerializerContext).) |
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