C# Class Elmah.NameValueCollectionSerializer

Inheritance: MongoDB.Bson.Serialization.Serializers.BsonBaseSerializer
Afficher le fichier Open project: CaptainCodeman/elmah-mongodb

Méthodes publiques

Méthode 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 méthode

public Deserialize ( BsonReader bsonReader, Type nominalType, IBsonSerializationOptions options ) : object
bsonReader BsonReader
nominalType System.Type
options IBsonSerializationOptions
Résultat object

Deserialize() public méthode

public Deserialize ( BsonReader bsonReader, Type nominalType, Type actualType, IBsonSerializationOptions options ) : object
bsonReader BsonReader
nominalType System.Type
actualType System.Type
options IBsonSerializationOptions
Résultat object

Serialize() public méthode

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