-
Notifications
You must be signed in to change notification settings - Fork 59
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
fix: parse Date scalar object arguments properly #158
Conversation
Thanks for your PR! The PR looks good. Though this solves the problem specifically for Date objects, I wonder if it can be better handled for any custom class. I’ll review the change more thoroughly this week. |
@boopathi i think we need to offer a hook to register custom transformers for the leaf serializers. |
As Date is a very popular object, is it possible to merge this MR already and open a new issue for custom transformers? |
👍 |
1 similar comment
👍 |
We will explore more about custom classes in future. For now supporting Date looks important. Thank you! |
It would be awesome, if you could create a new release with this change ❤️ |
please create a new release with this change |
@tuan231195 @flashspys sorry for the delay. There is now a release with this change. |
Fixes #157.