Class StandardPluginBranding.Serializer
java.lang.Object
com.google.gson.TypeAdapter<StandardPluginBranding>
org.spongepowered.plugin.metadata.builtin.model.StandardPluginBranding.Serializer
- Enclosing class:
- StandardPluginBranding
public static final class StandardPluginBranding.Serializer
extends TypeAdapter<StandardPluginBranding>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionread
(JsonReader in) void
write
(JsonWriter out, StandardPluginBranding value) Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
write
- Specified by:
write
in classTypeAdapter<StandardPluginBranding>
- Throws:
IOException
-
read
- Specified by:
read
in classTypeAdapter<StandardPluginBranding>
- Throws:
IOException
-