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