| IBsonArraySerializer Interface | 
Namespace: MongoDB.Bson.Serialization
 Syntax
SyntaxThe IBsonArraySerializer 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.) | 
|  | TryGetItemSerializationInfo | 
             Tries to get the serialization info for the individual items of the array.
              | 
 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