Uses of Interface
gw.lang.reflect.json.IJsonIO
-
Packages that use IJsonIO Package Description gw.lang.reflect.json -
-
Uses of IJsonIO in gw.lang.reflect.json
Methods in gw.lang.reflect.json with type parameters of type IJsonIO Modifier and Type Method Description static <E extends IJsonIO>
EIJsonIO. read(String tag, Bindings bindings)static <E extends IJsonIO>
EIJsonIO. read(Bindings bindings)static <E extends IJsonIO>
List<E>IJsonIO. readList(String tag, Bindings bindings)static <E extends IJsonIO>
List<E>IJsonIO. readList(Bindings bindings)static <E extends IJsonIO>
voidIJsonIO. write(E obj, Bindings bindings)static <E extends IJsonIO>
voidIJsonIO. write(String tag, E obj, Bindings bindings)static <E extends IJsonIO>
voidIJsonIO. writeList(String tag, List<E> list, Bindings bindings)Methods in gw.lang.reflect.json with parameters of type IJsonIO Modifier and Type Method Description static voidIJsonIO. loadFields(IJsonIO obj, Class cls, Bindings bindings)static voidIJsonIO. saveFields(IJsonIO obj, Class cls, Bindings bindings)
-