Good work guys,
In order to reduce dependencies, separate concerns and increase maintainability would you consider creating extra projects/packages for all serializers?
- Protobuf
- SystemTextJson
- MessagePack
- Avro
- Others
Also perhaps the serialization api would benefit from a different approach using ValueTask, Span and other structures.
Cheers.