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.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
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