InvariantConverter Equivalent At Class Level?

I have…

I’m submitting a…

  • [ ] Regression (a behavior that stopped working in a new release)
  • [ ] Bug report
  • [ ] Performance issue
  • [X] Documentation issue or request

Current behavior

We’re using the InvariantConverter as an attribute on every property defined in a class to ensure correct serialization of the class and it works as expected. But it makes the code less readable since the attribute is applied across all properties .

Expected behavior

Is there a Converter in the Squidex library that can be applied at class level rather than at property level ? This will make the code more readable.

Minimal reproduction of the problem

Environment

  • [ ] Self hosted with docker
  • [ ] Self hosted with IIS
  • [X] Self hosted with other version
  • [ ] Cloud version

Version: [5.0.0.0]

Browser:

  • [X] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

Others:

No, there isn’t, but you could provide a PR for that.