Click or drag to resize

SerializerBaseTValue Methods

The SerializerBaseTValue generic type exposes the following members.

Methods
  NameDescription
Protected methodCreateCannotBeDeserializedException
Creates an exception to throw when a type cannot be deserialized.
Protected methodCreateCannotBeSerializedException
Creates an exception to throw when a type cannot be deserialized.
Protected methodCreateCannotDeserializeFromBsonTypeException
Creates an exception to throw when a type cannot be deserialized from a BsonType.
Public methodDeserialize
Deserializes a value.
Protected methodEnsureBsonTypeEquals
Ensures that the BsonType equals the expected type.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSerialize
Serializes a value.
Public methodToString (Inherited from Object.)
Top
Extension Methods
See Also