@Environment(value=CLIENT) public static class ModelTransformation.Deserializer extends Object implements com.google.gson.JsonDeserializer<ModelTransformation>
| Modifier | Constructor and Description |
|---|---|
protected |
Deserializer() |
| Modifier and Type | Method and Description |
|---|---|
ModelTransformation |
deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
private Transformation |
parseModelTransformation(com.google.gson.JsonDeserializationContext ctx,
com.google.gson.JsonObject json,
String key) |
public ModelTransformation 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<ModelTransformation>com.google.gson.JsonParseExceptionprivate Transformation parseModelTransformation(com.google.gson.JsonDeserializationContext ctx, com.google.gson.JsonObject json, String key)