C# Class Mdbc.PSObjectSerializer

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

Public Methods

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

Private Methods

Method Description
ReadArray ( BsonReader bsonReader ) : IList
ReadCustomObject ( BsonReader bsonReader ) : System.Management.Automation.PSObject
ReadObject ( BsonReader bsonReader ) : 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