-
Notifications
You must be signed in to change notification settings - Fork 636
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
Provide public API to create typed collection serializers #27
Labels
Comments
sandwwraith
added a commit
that referenced
this issue
Oct 19, 2017
sandwwraith
added a commit
that referenced
this issue
Oct 20, 2017
sandwwraith
added a commit
that referenced
this issue
Oct 20, 2017
Implemented. |
The test case shows how to use it with custom serializers, but how can we use it with a list of objects using the default serializer from |
You can get your List/Set... serializer from the default serializer of class Foo with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a need to have top-level serializer extension properties named
list
,set
, andmap
that construct build-in collection serializers from the element serializers with the following signatures:So, a list of serializable
Data
items received via REST API instr: String
could be deserialized conveniently with:The text was updated successfully, but these errors were encountered: