public abstract class JsonObjectConverter<T> extends Object
Constructor and Description |
---|
JsonObjectConverter() |
Modifier and Type | Method and Description |
---|---|
String |
toJson(T object) |
abstract JSONObject |
toJsonObject(T object) |
abstract T |
toObject(JSONObject jsonString) |
public abstract JSONObject toJsonObject(T object)
public abstract T toObject(JSONObject jsonString)
Copyright © 2020. All rights reserved.