IBsonArraySerializer Interface |
Namespace: MongoDB.Bson.Serialization
The IBsonArraySerializer type exposes the following members.
Name | Description | |
---|---|---|
ValueType |
Gets the type of the value.
(Inherited from IBsonSerializer.) |
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.
|
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.) |