-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
valueToTree()
during serialization (via SerializerProvider()
)
#2411
Comments
Still required, as found approach doesn't fit for all serializers, only for some. |
This is difficult thing to support, since In short term, a work-around is to use |
Then again, maybe worth thinking through... since serialization into |
Ugggggh. The missing piece for otherwise simple implementation is lack of And, as usual, 3.0 ( |
Hmmh. Ok, while 3.0 does give access to One possible way forward would be to have alternative shortcut between |
valueToTree()
during serialization (via SerializerProvider()
)
Still need to add testing for "embedded" variant (one accessed via |
Currently i have this serializer code:
Can we have some way to convert object to TreeNode without static access to mapper?
The text was updated successfully, but these errors were encountered: