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.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
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