-
Notifications
You must be signed in to change notification settings - Fork 30
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
Added async serialization methods #404
Added async serialization methods #404
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any thoughts about this comment? #281 (comment)
I've made this change. |
@DiscoPYF , I've made all the relevant changes. Will merge once you approve. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a comment to consider before merging. But looks good otherwise.
As it is a breaking change in theory, we should hold off merging until after the next minor release? In practice, it may not affect many consumers, but we don't know who is using a customer serializer implementation.
Solves issue #281