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