C# Class Mdbc.LazyDictionarySerializer

Inheritance: MongoDB.Bson.Serialization.Serializers.LazyBsonDocumentSerializer
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