public class JsonTaskQueryVariableValueConverter extends JsonObjectConverter<TaskQueryVariableValue>
Constructor and Description |
---|
JsonTaskQueryVariableValueConverter() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
toJsonObject(TaskQueryVariableValue variable) |
TaskQueryVariableValue |
toObject(com.google.gson.JsonObject json) |
toJson
public com.google.gson.JsonObject toJsonObject(TaskQueryVariableValue variable)
toJsonObject
in class JsonObjectConverter<TaskQueryVariableValue>
public TaskQueryVariableValue toObject(com.google.gson.JsonObject json)
toObject
in class JsonObjectConverter<TaskQueryVariableValue>
Copyright © 2022. All rights reserved.