public static class WeatherCheckLootCondition.Serializer extends Object implements JsonSerializer<WeatherCheckLootCondition>
| Constructor and Description |
|---|
Serializer() |
| Modifier and Type | Method and Description |
|---|---|
WeatherCheckLootCondition |
fromJson(JsonObject jsonObject,
JsonDeserializationContext jsonDeserializationContext) |
void |
toJson(JsonObject jsonObject,
WeatherCheckLootCondition weatherCheckLootCondition,
JsonSerializationContext jsonSerializationContext) |
public void toJson(JsonObject jsonObject, WeatherCheckLootCondition weatherCheckLootCondition, JsonSerializationContext jsonSerializationContext)
toJson in interface JsonSerializer<WeatherCheckLootCondition>public WeatherCheckLootCondition fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext)
fromJson in interface JsonSerializer<WeatherCheckLootCondition>