Property | Type | Description |
---|
Method | Description | |
---|---|---|
ApplyAttribute ( IBsonSerializer serializer, |
Apply an attribute to these serialization options and modify the options accordingly.
|
|
Clone ( ) : IBsonSerializationOptions |
Clones the serialization options.
|
|
DictionarySerializationOptions ( ) : System |
Initializes a new instance of the DictionarySerializationOptions class.
|
|
DictionarySerializationOptions ( DictionaryRepresentation representation ) : System |
Initializes a new instance of the DictionarySerializationOptions class.
|
|
DictionarySerializationOptions ( DictionaryRepresentation representation, |
Initializes a new instance of the DictionarySerializationOptions class.
|
|
Freeze ( ) : IBsonSerializationOptions |
Freezes the serialization options.
|
public ApplyAttribute ( IBsonSerializer serializer, |
||
serializer | IBsonSerializer | The serializer that these serialization options are for. |
attribute | The serialization options attribute. | |
return | void |
public DictionarySerializationOptions ( ) : System | ||
return | System |
public DictionarySerializationOptions ( DictionaryRepresentation representation ) : System | ||
representation | DictionaryRepresentation | The representation to use for a Dictionary. |
return | System |
public DictionarySerializationOptions ( DictionaryRepresentation representation, |
||
representation | DictionaryRepresentation | The representation to use for a Dictionary. |
keyValuePairSerializationOptions | The serialization options for the key/value pairs in the dictionary. | |
return | System |
public Freeze ( ) : IBsonSerializationOptions | ||
return | IBsonSerializationOptions |