public static class Style.Serializer extends Object implements JsonDeserializer<Style>, JsonSerializer<Style>
| Constructor and Description |
|---|
Serializer() |
| Modifier and Type | Method and Description |
|---|---|
Style |
deserialize(JsonElement jsonElement,
Type type,
JsonDeserializationContext jsonDeserializationContext) |
private static Identifier |
method_27710(JsonObject jsonObject) |
private static Boolean |
method_27711(JsonObject jsonObject,
String string) |
private static HoverEvent |
method_27712(JsonObject jsonObject) |
private static ClickEvent |
method_27713(JsonObject jsonObject) |
private static String |
method_27714(JsonObject jsonObject) |
private static class_5251 |
method_27715(JsonObject jsonObject) |
JsonElement |
serialize(Style style,
Type type,
JsonSerializationContext jsonSerializationContext) |
@Nullable public Style deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) throws JsonParseException
deserialize in interface JsonDeserializer<Style>JsonParseException@Nullable private static Identifier method_27710(JsonObject jsonObject)
@Nullable private static HoverEvent method_27712(JsonObject jsonObject)
@Nullable private static ClickEvent method_27713(JsonObject jsonObject)
@Nullable private static String method_27714(JsonObject jsonObject)
@Nullable private static class_5251 method_27715(JsonObject jsonObject)
@Nullable private static Boolean method_27711(JsonObject jsonObject, String string)
@Nullable public JsonElement serialize(Style style, Type type, JsonSerializationContext jsonSerializationContext)
serialize in interface JsonSerializer<Style>