메소드 | 설명 | |
---|---|---|
ApplyAttribute ( IBsonSerializer serializer, |
Apply an attribute to these serialization options and modify the options accordingly.
|
|
Clone ( ) : IBsonSerializationOptions |
Clones the serialization options.
|
|
TimeSpanSerializationOptions ( BsonType representation ) : System |
Initializes a new instance of the TimeSpanSerializationOptions class.
|
|
TimeSpanSerializationOptions ( BsonType representation, TimeSpanUnits units ) : System |
Initializes a new instance of the TimeSpanSerializationOptions class.
|
public ApplyAttribute ( IBsonSerializer serializer, |
||
serializer | IBsonSerializer | The serializer that these serialization options are for. |
attribute | The serialization options attribute. | |
리턴 | void |
public TimeSpanSerializationOptions ( BsonType representation ) : System | ||
representation | BsonType | The representation for serialized TimeSpans. |
리턴 | System |
public TimeSpanSerializationOptions ( BsonType representation, TimeSpanUnits units ) : System | ||
representation | BsonType | The representation for serialized TimeSpans. |
units | TimeSpanUnits | The units for serialized TimeSpans. |
리턴 | System |