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 beforeDeserialize and afterSerialize hooks for arbitrary manipulation #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

botandrose
Copy link

Hello! It looks like this may no longer be maintained. But if it is, and this PR looks good, I can make a documentation and testing pass.

Anyways, this PR enables performing arbitrary transformations during serialization/deserialization that are not possible with the current hooks. For example, if the name attributes aren't known in advance, or integrating custom form elements. Both of which are true for my specific use-case.

Let me know if there's interest in eventually merging something like this!

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

Successfully merging this pull request may close these issues.

None yet

2 participants