-
Notifications
You must be signed in to change notification settings - Fork 55
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
JSON Inheritance deserialization complex object #13
Comments
Can you also give the User and BackUser class please ? To see the annotations you put on them. |
Does one of your class mix generics + inheritance ? It's not working from the test I just did. |
There was a compilation problem when adding the subtype (de)serializer to the map + no parameter (de)serializer was given to the subtype (de)serializer constructor
I fixed one of the issue I found. If you still have a problem with the snapshot, tell me. |
Yes The GetResult is a generic object which will wrap the content of the response and add to it some metadata. |
Were you able to test the snapshot ? |
I'm having some difficulties parsing this JSON data :
Can't deserialize the user property.
The "com.myproject.common.shared.business.identity.User" class is a parent class and have a child class "com.myproject.common.shared.business.identity.BackUser".
The text was updated successfully, but these errors were encountered: