| IBsonDocumentSerializer Interface | 
Namespace: MongoDB.Bson.Serialization
 Syntax
SyntaxThe IBsonDocumentSerializer type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ValueType | 
            Gets the type of the value.
            (Inherited from IBsonSerializer.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Deserialize | 
            Deserializes a value.
            (Inherited from IBsonSerializer.) | 
|  | Serialize | 
            Serializes a value.
            (Inherited from IBsonSerializer.) | 
|  | TryGetMemberSerializationInfo | 
            Tries to get the serialization info for a member.
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | Deserialize | 
            Deserializes a value.
            (Defined by IBsonSerializerExtensions.) | 
|  | Serialize | 
            Serializes a value.
            (Defined by IBsonSerializerExtensions.) | 
|  | ToBsonValue | 
            Converts a value to a BsonValue by serializing it.
            (Defined by IBsonSerializerExtensions.) | 
 See Also
See Also