프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateInstance | IDictionary | ||
EnsureSerializationOptions |
메소드 | 설명 | |
---|---|---|
Deserialize ( MongoDB.Bson.IO.BsonReader bsonReader, |
Deserializes an object from a BsonReader.
|
|
DictionarySerializer ( ) : System |
Initializes a new instance of the DictionarySerializer class.
|
|
DictionarySerializer ( |
Initializes a new instance of the DictionarySerializer class.
|
|
Serialize ( |
Serializes an object to a BsonWriter.
|
메소드 | 설명 | |
---|---|---|
CreateInstance ( |
||
EnsureSerializationOptions ( IBsonSerializationOptions options ) : |
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. |
리턴 | object |
public DictionarySerializer ( |
||
defaultSerializationOptions | The default serialization options. | |
리턴 | System |
public Serialize ( |
||
bsonWriter | The BsonWriter. | |
nominalType | The nominal type. | |
value | object | The object. |
options | IBsonSerializationOptions | The serialization options. |
리턴 | void |