public static class ConstantLootTableRange.Serializer extends Object implements com.google.gson.JsonDeserializer<ConstantLootTableRange>, com.google.gson.JsonSerializer<ConstantLootTableRange>
| Constructor and Description |
|---|
Serializer() |
| Modifier and Type | Method and Description |
|---|---|
ConstantLootTableRange |
deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
com.google.gson.JsonElement |
serialize(ConstantLootTableRange constantLootTableRange,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
public ConstantLootTableRange deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<ConstantLootTableRange>com.google.gson.JsonParseExceptionpublic com.google.gson.JsonElement serialize(ConstantLootTableRange constantLootTableRange, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
serialize in interface com.google.gson.JsonSerializer<ConstantLootTableRange>