프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Deserialize ( MongoDB.Bson.IO.BsonReader bsonReader, |
Deserializes an Image from a BsonReader.
|
|
Deserialize ( MongoDB.Bson.IO.BsonReader bsonReader, |
Deserializes an Image from a BsonReader.
|
|
ImageSerializer ( ) : System |
Initializes a new instance of the ImageSerializer class.
|
|
Serialize ( |
Serializes an Image to a BsonWriter.
|
public Deserialize ( MongoDB.Bson.IO.BsonReader bsonReader, |
||
bsonReader | MongoDB.Bson.IO.BsonReader | The BsonReader. |
nominalType | The nominal type of the Image. | |
options | IBsonSerializationOptions | The serialization options. |
리턴 | object |
public Deserialize ( MongoDB.Bson.IO.BsonReader bsonReader, |
||
bsonReader | MongoDB.Bson.IO.BsonReader | The BsonReader. |
nominalType | The nominal type of the Image. | |
actualType | The actual type of the Image. | |
options | IBsonSerializationOptions | The serialization options. |
리턴 | object |
public Serialize ( |
||
bsonWriter | The BsonWriter. | |
nominalType | The nominal type. | |
value | object | The Image. |
options | IBsonSerializationOptions | The serialization options. |
리턴 | void |