ElementAppendingSerializer(TDocument) Class (original) (raw)
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.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class ElementAppendingSerializer : IBsonSerializer, IBsonSerializer
Public Class ElementAppendingSerializer(Of TDocument) Implements IBsonSerializer(Of TDocument), IBsonSerializer
type ElementAppendingSerializer<'TDocument> =
class
interface IBsonSerializer<'TDocument>
interface IBsonSerializer
end
Type Parameters
TDocument
The type of the document.
The ElementAppendingSerializerTDocument type exposes the following members.
Constructors
Properties
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | --------------------------- |
| | ValueType | Gets the type of the value. |
Methods
| | Name | Description | |
| ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| | Deserialize | Deserializes a value. |
|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
|
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
| Serialize | Serializes a value. |
|
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
See Also