GeoJsonObjectSerializer(TCoordinates) Class (original) (raw)
GeoJsonObjectSerializerTCoordinates Class
Represents a serializer for a GeoJson object.
Inheritance Hierarchy
Namespace: MongoDB.Driver.GeoJsonObjectModel.Serializers
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class GeoJsonObjectSerializer : ClassSerializerBase<GeoJsonObject> where TCoordinates : GeoJsonCoordinates
Public Class GeoJsonObjectSerializer(Of TCoordinates As GeoJsonCoordinates) Inherits ClassSerializerBase(Of GeoJsonObject(Of TCoordinates))
type GeoJsonObjectSerializer<'TCoordinates when 'TCoordinates : GeoJsonCoordinates> =
class
inherit ClassSerializerBase<GeoJsonObject<'TCoordinates>>
end
Type Parameters
TCoordinates
The type of the coordinates.
The GeoJsonObjectSerializerTCoordinates type exposes the following members.
Constructors
Properties
Methods
Extension Methods
See Also