C# Class Mdbc.DictionarySerializer

Inheritance: MongoDB.Bson.Serialization.Serializers.BsonDocumentSerializer
Mostrar archivo Open project: nightroman/Mdbc

Public Methods

Method Description
Deserialize ( BsonReader bsonReader, Type nominalType, Type actualType, IBsonSerializationOptions options ) : object

Method Details

Deserialize() public method

public Deserialize ( BsonReader bsonReader, Type nominalType, Type actualType, IBsonSerializationOptions options ) : object
bsonReader BsonReader
nominalType System.Type
actualType System.Type
options IBsonSerializationOptions
return object