Method | Description | |
---|---|---|
Deserialize ( BsonReader bsonReader, |
||
Deserialize ( BsonReader bsonReader, |
||
Serialize ( BsonWriter bsonWriter, |
public Deserialize ( BsonReader bsonReader, |
||
bsonReader | BsonReader | |
nominalType | ||
options | IBsonSerializationOptions | |
return | object |
public Deserialize ( BsonReader bsonReader, |
||
bsonReader | BsonReader | |
nominalType | ||
actualType | ||
options | IBsonSerializationOptions | |
return | object |
public Serialize ( BsonWriter bsonWriter, |
||
bsonWriter | BsonWriter | |
nominalType | ||
value | object | |
options | IBsonSerializationOptions | |
return | void |