GeoJsonObjectSerializerHelperTCoordinates Class |
Namespace: MongoDB.Driver.GeoJsonObjectModel.Serializers
public class GeoJsonObjectSerializerHelper<TCoordinates> : SerializerHelper where TCoordinates : GeoJsonCoordinates
The GeoJsonObjectSerializerHelperTCoordinates type exposes the following members.
Name | Description | |
---|---|---|
GeoJsonObjectSerializerHelperTCoordinates |
Initializes a new instance of the GeoJsonObjectSerializerHelperTCoordinates class.
|
Name | Description | |
---|---|---|
DeserializeBaseMember |
Deserializes a base member.
| |
DeserializeMembers |
Deserializes the members.
(Inherited from SerializerHelper.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SerializeMembersTValue |
Serializes the members.
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |