Make the following changes to IBsonSerializer:
1. Add a context parameter to Deserialize/Serialize
2. Consolidate current parameters (except value) into context
3. Add properties to the context to support serializing C# dynamic values
4. Add a IBsonSerializer<T> generic interface
5. Move serialization options to be properties of the serializers themselves
- is related to
-
CSHARP-539 Support C# dynamic type
- Closed