Click or drag to resize

GeoJsonPointSerializerTCoordinatesSerializeValue Method

Serializes a value.

Namespace:  MongoDB.Driver.GeoJsonObjectModel.Serializers
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax
protected override void SerializeValue(
	BsonSerializationContext context,
	BsonSerializationArgs args,
	GeoJsonPoint<TCoordinates> value
)

Parameters

context
Type: MongoDB.Bson.SerializationBsonSerializationContext
The serialization context.
args
Type: MongoDB.Bson.SerializationBsonSerializationArgs
The serialization args.
value
Type: MongoDB.Driver.GeoJsonObjectModelGeoJsonPointTCoordinates
The value.
See Also