Namespace adas_core.Domain.Models.BsonConverters
Classes
- DictionaryBsonConverter
A BSON converter responsible for serializing and deserializing Dictionary<TKey, TValue> instances with string keys and object values, extending the base serializer infrastructure to support BSON format conversion.
- DictionaryConverter
Represents a JSON converter that handles serialization and deserialization of dictionary types.