Click or drag to resize

BsonSerializationInfoSerializeValue Method

Serializes the value.

Namespace:  MongoDB.Bson.Serialization
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax
public BsonValue SerializeValue(
	Object value
)

Parameters

value
Type: SystemObject
The value.

Return Value

Type: BsonValue
The serialized value.
See Also