Click or drag to resize

GeoJsonObjectSerializerHelperTCoordinatesDeserializeBaseMember Method

Deserializes a base member.

Namespace:  MongoDB.Driver.GeoJsonObjectModel.Serializers
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax
public void DeserializeBaseMember(
	BsonDeserializationContext context,
	string elementName,
	long flag,
	GeoJsonObjectArgs<TCoordinates> args
)

Parameters

context
Type: MongoDB.Bson.SerializationBsonDeserializationContext
The context.
elementName
Type: SystemString
The element name.
flag
Type: SystemInt64
The flag.
args
Type: MongoDB.Driver.GeoJsonObjectModelGeoJsonObjectArgsTCoordinates
The arguments.
See Also