Class ModMetadataCollectionAdapter
java.lang.Object
com.google.gson.TypeAdapter<List<PluginMetadata>>
org.spongepowered.plugin.meta.gson.ModMetadataCollectionAdapter
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionread
(JsonReader in) void
write
(JsonWriter out, List<PluginMetadata> values) Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
ModMetadataCollectionAdapter
-
-
Method Details
-
read
- Specified by:
read
in classTypeAdapter<List<PluginMetadata>>
- Throws:
IOException
-
write
- Specified by:
write
in classTypeAdapter<List<PluginMetadata>>
- Throws:
IOException
-