91011121314151617
private Object object; public Entity100IntEncode(){ super("Entity100IntEncode"); Entity100Int entity = new Entity100Int(); this.object = entity; }
10111213141516
private String text; public Entity100IntDecode(){ super("StringArray1000Decode"); this.text = JSON.toJSONString(new Entity100Int()); }