GeoJsonPointSerializer(TCoordinates) Class (original) (raw)

GeoJsonPointSerializerTCoordinates Class

Represents a serializer for a GeoJsonPoint value.

Inheritance Hierarchy

Namespace: MongoDB.Driver.GeoJsonObjectModel.Serializers
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public class GeoJsonPointSerializer : ClassSerializerBase<GeoJsonPoint> where TCoordinates : GeoJsonCoordinates

Public Class GeoJsonPointSerializer(Of TCoordinates As GeoJsonCoordinates) Inherits ClassSerializerBase(Of GeoJsonPoint(Of TCoordinates))

type GeoJsonPointSerializer<'TCoordinates when 'TCoordinates : GeoJsonCoordinates> =
class inherit ClassSerializerBase<GeoJsonPoint<'TCoordinates>> end

Type Parameters

TCoordinates

The type of the coordinates.

The GeoJsonPointSerializerTCoordinates type exposes the following members.

Constructors

Properties

Methods

Extension Methods

See Also

Reference