Click or drag to resize

ClassSerializerBaseTValue Class

Represents an abstract base class for class serializers.
Inheritance Hierarchy
SystemObject
  MongoDB.Bson.Serialization.SerializersSerializerBaseTValue
    MongoDB.Bson.Serialization.SerializersClassSerializerBaseTValue
      More...

Namespace:  MongoDB.Bson.Serialization.Serializers
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public abstract class ClassSerializerBase<TValue> : SerializerBase<TValue>
where TValue : class

Type Parameters

TValue
The type of the value.

The ClassSerializerBaseTValue type exposes the following members.

Constructors
  NameDescription
Protected methodClassSerializerBaseTValue
Initializes a new instance of the ClassSerializerBaseTValue class
Top
Properties
Methods
  NameDescription
Protected methodCreateCannotBeDeserializedException
Creates an exception to throw when a type cannot be deserialized.
(Inherited from SerializerBaseTValue.)
Protected methodCreateCannotBeSerializedException
Creates an exception to throw when a type cannot be deserialized.
(Inherited from SerializerBaseTValue.)
Protected methodCreateCannotDeserializeFromBsonTypeException
Creates an exception to throw when a type cannot be deserialized from a BsonType.
(Inherited from SerializerBaseTValue.)
Public methodDeserialize
Deserializes a value.
(Overrides SerializerBaseTValueDeserialize(BsonDeserializationContext, BsonDeserializationArgs).)
Protected methodDeserializeValue
Deserializes a class.
Protected methodEnsureBsonTypeEquals
Ensures that the BsonType equals the expected type.
(Inherited from SerializerBaseTValue.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetActualType
Gets the actual type.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerialize
Serializes a value.
(Overrides SerializerBaseTValueSerialize(BsonSerializationContext, BsonSerializationArgs, TValue).)
Protected methodSerializeValue
Serializes a value of type {TValue}.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also
Inheritance Hierarchy
SystemObject
  MongoDB.Bson.Serialization.SerializersSerializerBaseTValue
    MongoDB.Bson.Serialization.SerializersClassSerializerBaseTValue
      MongoDB.Bson.SerializationBsonDocumentBackedClassSerializerTClass
      MongoDB.Bson.Serialization.SerializersAbstractClassSerializerTClass
      MongoDB.Bson.Serialization.SerializersCultureInfoSerializer
      MongoDB.Bson.Serialization.SerializersDictionarySerializerBaseTDictionary
      MongoDB.Bson.Serialization.SerializersDictionarySerializerBaseTDictionary, TKey, TValue
      MongoDB.Bson.Serialization.SerializersIPAddressSerializer
      MongoDB.Bson.Serialization.SerializersIPEndPointSerializer
      MongoDB.Bson.Serialization.SerializersObjectSerializer
      MongoDB.Bson.Serialization.SerializersUriSerializer
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJson2DCoordinatesSerializer
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJson2DGeographicCoordinatesSerializer
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJson2DProjectedCoordinatesSerializer
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJson3DCoordinatesSerializer
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJson3DGeographicCoordinatesSerializer
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJson3DProjectedCoordinatesSerializer
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonBoundingBoxSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonCoordinateReferenceSystemSerializer
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonCoordinatesSerializer
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonFeatureCollectionSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonFeatureSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonGeometryCollectionSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonGeometrySerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonLinearRingCoordinatesSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonLineStringCoordinatesSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonLineStringSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonLinkedCoordinateReferenceSystemSerializer
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonMultiLineStringCoordinatesSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonMultiLineStringSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonMultiPointCoordinatesSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonMultiPointSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonMultiPolygonCoordinatesSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonMultiPolygonSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonNamedCoordinateReferenceSystemSerializer
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonObjectSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonPointSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonPolygonCoordinatesSerializerTCoordinates
      MongoDB.Driver.GeoJsonObjectModel.SerializersGeoJsonPolygonSerializerTCoordinates
      MongoDB.DriverMongoDBRefSerializer