Method | Description | |
---|---|---|
BsonArraySerializer ( ) : System |
Initializes a new instance of the BsonArraySerializer class.
|
|
Deserialize ( BsonReader bsonReader, |
Deserializes an object from a BsonReader.
|
|
GetItemSerializationInfo ( ) : |
Gets the serialization info for individual items of the array.
|
|
Serialize ( BsonWriter bsonWriter, |
Serializes an object to a BsonWriter.
|
public Deserialize ( BsonReader bsonReader, |
||
bsonReader | 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 ( ) : |
||
return |
public Serialize ( BsonWriter bsonWriter, |
||
bsonWriter | BsonWriter | The BsonWriter. |
nominalType | The nominal type. | |
value | object | The object. |
options | IBsonSerializationOptions | The serialization options. |
return | void |