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