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.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
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