Click or drag to resize

GeoJsonObjectSerializerHelper<TCoordinates>.SerializeMembers<TValue> Method

Serializes the members.

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

Parameters

context
Type: MongoDB.Bson.Serialization.BsonSerializationContext
The context.
value
Type: TValue
The value.
serializeDerivedMembers
Type: System.Action<BsonSerializationContext, TValue>
The delegate to serialize the derived members.

Type Parameters

TValue
The type of the value.
See Also