harsewak

Results 2 comments of harsewak

is there any workaround to support `List` with TypeSerializer?

After trying bit hard for some hours, I have found a work around for `List getDeserializedType() { return TypeToken.get(getTypeDeserialize()).getRawType(); } @Override public Object serialize(Object data) { if (data != null)...