Method | Description | |
---|---|---|
ApplyAttribute ( IBsonSerializer serializer, |
Apply an attribute to these serialization options and modify the options accordingly.
|
|
BsonBaseSerializationOptions ( ) : System |
Initializes a new instance of the BsonBaseSerializationOptions class.
|
|
Clone ( ) : IBsonSerializationOptions |
Clones the serialization options.
|
|
Freeze ( ) : IBsonSerializationOptions |
Freezes the serialization options.
|
Method | Description | |
---|---|---|
EnsureNotFrozen ( ) : void |
Ensures that this instance is not frozen.
|
public ApplyAttribute ( IBsonSerializer serializer, |
||
serializer | IBsonSerializer | The serializer that these serialization options are for. |
attribute | The serialization options attribute. | |
return | void |
public BsonBaseSerializationOptions ( ) : System | ||
return | System |
public Freeze ( ) : IBsonSerializationOptions | ||
return | IBsonSerializationOptions |