Click or drag to resize

ElementAppendingSerializerTDocument Class

A serializer that serializes a document and appends elements to the end of it.
Inheritance Hierarchy
SystemObject
  MongoDB.Bson.Serialization.SerializersElementAppendingSerializerTDocument

Namespace:  MongoDB.Bson.Serialization.Serializers
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
public class ElementAppendingSerializer<TDocument> : IBsonSerializer<TDocument>, 
	IBsonSerializer

Type Parameters

TDocument
The type of the document.

The ElementAppendingSerializerTDocument type exposes the following members.

Constructors
  NameDescription
Public methodElementAppendingSerializerTDocument
Initializes a new instance of the ElementAppendingSerializerTDocument class.
Top
Properties
  NameDescription
Public propertyValueType
Gets the type of the value.
Top
Methods
  NameDescription
Public methodDeserialize
Deserializes a value.
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