Property | Type | Description | |
---|---|---|---|
BitmapSerializer | System |
Method | Description | |
---|---|---|
Deserialize ( MongoDB.Bson.IO.BsonReader bsonReader, |
Deserializes an Bitmap from a BsonReader.
|
|
Serialize ( |
Serializes a Bitmap to a BsonWriter.
|
Method | Description | |
---|---|---|
BitmapSerializer ( ) : System |
public Deserialize ( MongoDB.Bson.IO.BsonReader bsonReader, |
||
bsonReader | MongoDB.Bson.IO.BsonReader | The BsonReader. |
nominalType | The nominal type of the Bitmap. | |
actualType | The actual type of the Bitmap. | |
options | IBsonSerializationOptions | The serialization options. |
return | object |
public Serialize ( |
||
bsonWriter | The BsonWriter. | |
nominalType | The nominal type. | |
value | object | The Bitmap. |
options | IBsonSerializationOptions | The serialization options. |
return | void |