Class GeoJsonObjectSerializerHelper<TCoordinates>
- Namespace
 - MongoDB.Driver.GeoJsonObjectModel.Serializers
 
- Assembly
 - MongoDB.Driver.dll
 
Represents a serializer helper for GeoJsonObjects.
public class GeoJsonObjectSerializerHelper<TCoordinates> : SerializerHelper where TCoordinates : GeoJsonCoordinates
  Type Parameters
TCoordinatesThe type of the coordinates.
- Inheritance
 - 
      
      
      GeoJsonObjectSerializerHelper<TCoordinates>
 
- Inherited Members
 
Constructors
- GeoJsonObjectSerializerHelper(string, params Member[])
 Initializes a new instance of the GeoJsonObjectSerializerHelper<TCoordinates> class.
Methods
- DeserializeBaseMember(BsonDeserializationContext, string, long, GeoJsonObjectArgs<TCoordinates>)
 Deserializes a base member.