Method | Description | |
---|---|---|
BsonSerializationInfoHelper ( ) : System | ||
GetItemSerializationInfo ( string methodName, |
Gets the item serialization info.
|
|
GetSerializationInfo ( |
Gets the serialization info for the given expression.
|
|
RegisterExpressionSerializer ( |
Registers a serializer with the given expression.
|
|
SerializeValue ( |
Serializes the value given the serialization information.
|
|
SerializeValues ( |
Serializes the values given the serialization information.
|
public BsonSerializationInfoHelper ( ) : System | ||
return | System |
public GetItemSerializationInfo ( string methodName, |
||
methodName | string | Name of the method. |
serializationInfo | The serialization info. | |
return |
public GetSerializationInfo ( |
||
node | The expression. | |
return |
public RegisterExpressionSerializer ( |
||
node | The expression. | |
serializer | IBsonSerializer | The serializer. |
return | void |
public SerializeValue ( |
||
serializationInfo | The serialization info. | |
value | object | The value. |
return | BsonValue |
public SerializeValues ( |
||
serializationInfo | The serialization info. | |
values | IEnumerable | The values. |
return | BsonArray |