Package com.slack.api.util.json
Class GsonAppWorkflowStepInputValueFactory
- java.lang.Object
-
- com.slack.api.util.json.GsonAppWorkflowStepInputValueFactory
-
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<AppWorkflow.StepInputValue>,com.google.gson.JsonSerializer<AppWorkflow.StepInputValue>
public class GsonAppWorkflowStepInputValueFactory extends Object implements com.google.gson.JsonDeserializer<AppWorkflow.StepInputValue>, com.google.gson.JsonSerializer<AppWorkflow.StepInputValue>
-
-
Constructor Summary
Constructors Constructor Description GsonAppWorkflowStepInputValueFactory()GsonAppWorkflowStepInputValueFactory(boolean failOnUnknownProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppWorkflow.StepInputValuedeserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)com.google.gson.JsonElementserialize(AppWorkflow.StepInputValue src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
-
-
Method Detail
-
deserialize
public AppWorkflow.StepInputValue deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
- Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<AppWorkflow.StepInputValue>- Throws:
com.google.gson.JsonParseException
-
serialize
public com.google.gson.JsonElement serialize(AppWorkflow.StepInputValue src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
- Specified by:
serializein interfacecom.google.gson.JsonSerializer<AppWorkflow.StepInputValue>
-
-