C# 클래스 Mdbc.PSObjectSerializer

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

공개 메소드들

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

비공개 메소드들

메소드 설명
ReadArray ( BsonReader bsonReader ) : IList
ReadCustomObject ( BsonReader bsonReader ) : System.Management.Automation.PSObject
ReadObject ( BsonReader bsonReader ) : object

메소드 상세

Deserialize() 공개 메소드

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