Table of Contents

Class GeoJsonBoundingBoxSerializer<TCoordinates>

Namespace
MongoDB.Driver.GeoJsonObjectModel.Serializers
Assembly
MongoDB.Driver.dll

Represents a serializer for a GeoJsonBoundingBox value.

public class GeoJsonBoundingBoxSerializer<TCoordinates> : ClassSerializerBase<GeoJsonBoundingBox<TCoordinates>>, IBsonSerializer<GeoJsonBoundingBox<TCoordinates>>, IBsonSerializer where TCoordinates : GeoJsonCoordinates

Type Parameters

TCoordinates

The type of the coordinates.

Inheritance
GeoJsonBoundingBoxSerializer<TCoordinates>
Implements
Inherited Members

Methods

DeserializeValue(BsonDeserializationContext, BsonDeserializationArgs)

Deserializes a value.

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

SerializeValue(BsonSerializationContext, BsonSerializationArgs, GeoJsonBoundingBox<TCoordinates>)

Serializes a value.