C# Класс Mdbc.PSObjectSerializer

Наследование: MongoDB.Bson.Serialization.Serializers.BsonBaseSerializer
Показать файл Открыть проект

Открытые методы

Метод Описание
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