2930313233343536
public void write(JSONSerializer serializer, Object object, Object fieldName, Type fieldType) throws IOException { SerializeWriter out = serializer.getWriter(); JSONStreamAware aware = (JSONStreamAware) object; aware.writeJSONString(out); } }