Method | Description | |
---|---|---|
Deserialize ( MongoDB.Bson.IO.BsonReader bsonReader, |
Deserializes an object from a BsonReader.
|
|
GetItemSerializationInfo ( ) : BsonSerializationInfo |
Gets the serialization info for individual items of the array.
|
|
GetMemberSerializationInfo ( string memberName ) : BsonSerializationInfo |
Gets the serialization info for a member.
|
|
Serialize ( |
Serializes an object to a BsonWriter.
|
Method | Description | |
---|---|---|
IsCSharpNullRepresentation ( MongoDB.Bson.IO.BsonReader bsonReader ) : bool |
public Deserialize ( MongoDB.Bson.IO.BsonReader bsonReader, |
||
bsonReader | MongoDB.Bson.IO.BsonReader | The BsonReader. |
nominalType | The nominal type of the object. | |
actualType | The actual type of the object. | |
options | IBsonSerializationOptions | The serialization options. |
return | object |
public GetItemSerializationInfo ( ) : BsonSerializationInfo | ||
return | BsonSerializationInfo |
public GetMemberSerializationInfo ( string memberName ) : BsonSerializationInfo | ||
memberName | string | The member name. |
return | BsonSerializationInfo |
public Serialize ( |
||
bsonWriter | The BsonWriter. | |
nominalType | The nominal type. | |
value | object | The object. |
options | IBsonSerializationOptions | The serialization options. |
return | void |