C# Class Elmah.NameValueCollectionSerializer

Inheritance: MongoDB.Bson.Serialization.Serializers.BsonBaseSerializer
Show file Open project: CaptainCodeman/elmah-mongodb

Public Methods

Method Description
Deserialize ( BsonReader bsonReader, Type nominalType, IBsonSerializationOptions options ) : object
Deserialize ( BsonReader bsonReader, Type nominalType, Type actualType, IBsonSerializationOptions options ) : object
Serialize ( BsonWriter bsonWriter, Type nominalType, object value, IBsonSerializationOptions options ) : void

Method Details

Deserialize() public method

public Deserialize ( BsonReader bsonReader, Type nominalType, IBsonSerializationOptions options ) : object
bsonReader BsonReader
nominalType System.Type
options IBsonSerializationOptions
return object

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

Serialize() public method

public Serialize ( BsonWriter bsonWriter, Type nominalType, object value, IBsonSerializationOptions options ) : void
bsonWriter BsonWriter
nominalType System.Type
value object
options IBsonSerializationOptions
return void