메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. | |
리턴 | void |