-
public final class JSONKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static Moshimoshi
-
Method Summary
Modifier and Type Method Description final MoshigetMoshi()final static StringtoJsonByGson(Object $self)final static StringtoJson(Object $self)final static <T extends Any> TfromJson(String $self, Class<T> classOfT)final static <T extends Any> TfromJson(String $self, Type type)final static <T extends Any> <ERROR CLASS><T>fromJsonList(String $self, Class<T> classOfT)-
-
Method Detail
-
getMoshi
final Moshi getMoshi()
-
toJsonByGson
final static String toJsonByGson(Object $self)
-
fromJsonList
final static <T extends Any> <ERROR CLASS><T> fromJsonList(String $self, Class<T> classOfT)
-
-
-
-