ODataSerializerProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An ODataSerializerProvider is a factory for creating ODataSerializers.
public abstract class ODataSerializerProvider
type ODataSerializerProvider = class
Public MustInherit Class ODataSerializerProvider
- Inheritance
-
ODataSerializerProvider
- Derived
Constructors
ODataSerializerProvider() |
Methods
GetEdmTypeSerializer(IEdmTypeReference) |
Gets an ODataEdmTypeSerializer for the given edmType. |
GetODataPayloadSerializer(Type, HttpRequest) |
Gets an ODataSerializer for the given |
GetODataPayloadSerializer(Type, HttpRequestMessage) |
Gets an ODataSerializer for the given |