asyncapi / saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.
https://www.asyncapi.com/
MIT License
194 stars 55 forks source link

Allows greater flexibility in serializer to be used #193

Open thompson-tomo opened 2 months ago

thompson-tomo commented 2 months ago

Why do we need this improvement?

Allow for greater flexibility

How will this change help?

Allows for integration of addtional serializers and possibly reduction in need of Newtonsoft

Screenshots

No response

How could it be implemented/designed?

🚧 Breaking changes

Yes

VisualBean commented 2 months ago

Asyncapi.net uses system.text.json, so this will also be solved by the migration to asyncapi.net