public static class BukkitConfigTypeAdapterFactory.BukkitConfigTypeAdapter<T> extends TypeAdapter<T>
Constructor and Description |
---|
BukkitConfigTypeAdapterFactory.BukkitConfigTypeAdapter(Gson gson) |
Modifier and Type | Method and Description |
---|---|
T |
read(JsonReader reader) |
void |
write(JsonWriter writer,
T obj) |
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
public BukkitConfigTypeAdapterFactory.BukkitConfigTypeAdapter(Gson gson)
public T read(JsonReader reader) throws IOException
read
in class TypeAdapter<T>
IOException
public void write(JsonWriter writer, T obj) throws IOException
write
in class TypeAdapter<T>
IOException
Copyright © 2012. All Rights Reserved.