Class GeoJsonObjectSerializerHelper
| MongoDB CSharp Driver API Reference (original) (raw)
Represents a serializer helper for GeoJsonObjects.
public class GeoJsonObjectSerializerHelper<TCoordinates> : SerializerHelper where TCoordinates : GeoJsonCoordinates
Type Parameters
TCoordinates
The type of the coordinates.
Inheritance
GeoJsonObjectSerializerHelper
Inherited Members
Constructors
GeoJsonObjectSerializerHelper(string, params Member[])
Initializes a new instance of the GeoJsonObjectSerializerHelper class.
Methods
DeserializeBaseMember(BsonDeserializationContext, string, long, GeoJsonObjectArgs)
Deserializes a base member.
SerializeMembers(BsonSerializationContext, TValue, Action<BsonSerializationContext, TValue>)
Serializes the members.