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