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 com.google.gson.TypeAdapter<StandardPluginBranding>
-
-
Constructor Summary
Constructors Constructor Description Serializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardPluginBrandingread(com.google.gson.stream.JsonReader in)voidwrite(com.google.gson.stream.JsonWriter out, StandardPluginBranding value)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter out, StandardPluginBranding value) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<StandardPluginBranding>- Throws:
IOException
-
read
public StandardPluginBranding read(com.google.gson.stream.JsonReader in) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<StandardPluginBranding>- Throws:
IOException
-
-