Click or drag to resize

GeoJsonObjectSerializerHelperTCoordinatesSerializeMembersTValue Method

Serializes the members.

Namespace:  MongoDB.Driver.GeoJsonObjectModel.Serializers
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public void SerializeMembers<TValue>(
	BsonSerializationContext context,
	TValue value,
	Action<BsonSerializationContext, TValue> serializeDerivedMembers
)
where TValue : GeoJsonObject<TCoordinates>

Parameters

context
Type: MongoDB.Bson.SerializationBsonSerializationContext
The context.
value
Type: TValue
The value.
serializeDerivedMembers
Type: SystemActionBsonSerializationContext, TValue
The delegate to serialize the derived members.

Type Parameters

TValue
The type of the value.
See Also