Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuration of JSON serialization for a given property in the model #28835

Open
ajcvickers opened this issue Aug 22, 2022 · 3 comments
Open

Comments

@ajcvickers
Copy link
Member

This should allow:

  • Database providers and plugins (e.g. for spatial Support spatial types in JSON columns #28811) to provide their own serialization for values.
  • Users to override the serialization on a given property or all properties in the same way as can be done with value converters.
@maumar
Copy link
Contributor

maumar commented Oct 19, 2022

dupe of #28043

@ajcvickers
Copy link
Member Author

Not a duplicate of #28043. This is about providers changing the content that is actually serialized, not the way it is serialized.

@ajcvickers ajcvickers added this to the Backlog milestone Oct 26, 2022
@AndriySvyryd
Copy link
Member

Dupe of #30677

@ajcvickers ajcvickers removed their assignment Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants