-
public interface JsonSerializer<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract JSONObjectserialize(T data)-
-
Method Detail
-
serialize
abstract JSONObject serialize(T data)
-
-
-
-