C# 클래스 Elmah.NameValueCollectionSerializer

상속: MongoDB.Bson.Serialization.Serializers.BsonBaseSerializer
파일 보기 프로젝트 열기: CaptainCodeman/elmah-mongodb

공개 메소드들

메소드 설명
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

메소드 상세

Deserialize() 공개 메소드

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

Deserialize() 공개 메소드

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

Serialize() 공개 메소드

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