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.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
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