Click or drag to resize

GeoJsonObjectSerializerHelperTCoordinatesSerializeMembersTValue Method

Serializes the members.

Namespace:  MongoDB.Driver.GeoJsonObjectModel.Serializers
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
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