ODataCollectionDeserializer(ODataDeserializerProvider) Constructor
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.
Initializes a new instance of the ODataCollectionDeserializer class.
public ODataCollectionDeserializer (Microsoft.AspNet.OData.Formatter.Deserialization.ODataDeserializerProvider deserializerProvider);
new Microsoft.AspNet.OData.Formatter.Deserialization.ODataCollectionDeserializer : Microsoft.AspNet.OData.Formatter.Deserialization.ODataDeserializerProvider -> Microsoft.AspNet.OData.Formatter.Deserialization.ODataCollectionDeserializer
Public Sub New (deserializerProvider As ODataDeserializerProvider)
Parameters
- deserializerProvider
- ODataDeserializerProvider
The deserializer provider to use to read inner objects.