C# 클래스 Mdbc.RawDictionarySerializer

상속: MongoDB.Bson.Serialization.Serializers.RawBsonDocumentSerializer
파일 보기 프로젝트 열기: nightroman/Mdbc

공개 메소드들

메소드 설명
Deserialize ( BsonReader bsonReader, Type nominalType, Type actualType, IBsonSerializationOptions options ) : object

메소드 상세

Deserialize() 공개 메소드

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