android - Can not find deserialize for non-concrete Collection type - Stack Overflow
You may need to define custom deserializer for ForeignCollection
; or, if there is known implementation class, use annotation:
@JsonDeserialize(as=ForeignCollectionImpl.class)
to indicate which concrete sub-class to use for that abstract type.
Read full article from android - Can not find deserialize for non-concrete Collection type - Stack Overflow
No comments:
Post a Comment