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
ConstructorsConstructorDescriptionGsonAppWorkflowStepInputValueDefaultFactory(boolean failOnUnknownProperties) -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(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)
-
Constructor Details
-
GsonAppWorkflowStepInputValueDefaultFactory
public GsonAppWorkflowStepInputValueDefaultFactory() -
GsonAppWorkflowStepInputValueDefaultFactory
public GsonAppWorkflowStepInputValueDefaultFactory(boolean failOnUnknownProperties)
-
-
Method Details
-
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>
-