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

Add support for custom serializers #92

Closed
jdkizer9 opened this issue Jun 5, 2019 · 1 comment
Closed

Add support for custom serializers #92

jdkizer9 opened this issue Jun 5, 2019 · 1 comment

Comments

@jdkizer9
Copy link
Contributor

jdkizer9 commented Jun 5, 2019

Some of my models that I would like to audit contain sensitive information that'd prefer not be saved. Ideally, I would have the option of fields to ignore on a per model basis when performing json serialization. I think that this could be accomplished with something as simple as a callback that post serialization that would allow for modifying the json. Additionally, for changes to sensitive fields, it would be nice to see that a change to that field was made without showing the info itself.

@jdkizer9
Copy link
Contributor Author

jdkizer9 commented Jun 6, 2019

Opened #93 to address this. Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant