Class LevelScaledDouble.Adapter
java.lang.Object
com.google.gson.TypeAdapter<LevelScaledDouble>
net.darkhax.msmlegacy.config.types.LevelScaledDouble.Adapter
- Enclosing class:
- LevelScaledDouble
public static class LevelScaledDouble.Adapter
extends com.google.gson.TypeAdapter<LevelScaledDouble>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(com.google.gson.stream.JsonReader in) voidwrite(com.google.gson.stream.JsonWriter out, LevelScaledDouble value) Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter out, LevelScaledDouble value) throws IOException - Specified by:
writein classcom.google.gson.TypeAdapter<LevelScaledDouble>- Throws:
IOException
-
read
- Specified by:
readin classcom.google.gson.TypeAdapter<LevelScaledDouble>- Throws:
IOException
-