Obidul Islam

Results 2 comments of Obidul Islam

using @JsonUnwrapped didn't work for me. Wondering when this support will be added?

My initial purpose was to serialize the following POJO class public class Application { String name; String description; // failed to serialize this member HashMap <String, String> customAttr; .... }...