パッケージ com.slack.api.util.json
クラス GsonAppWorkflowStepInputValueDefaultFactory
java.lang.Object
com.slack.api.util.json.GsonAppWorkflowStepInputValueDefaultFactory
- すべての実装されたインタフェース:
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>
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明deserialize(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)
-
コンストラクタの詳細
-
GsonAppWorkflowStepInputValueDefaultFactory
public GsonAppWorkflowStepInputValueDefaultFactory() -
GsonAppWorkflowStepInputValueDefaultFactory
public GsonAppWorkflowStepInputValueDefaultFactory(boolean failOnUnknownProperties)
-
-
メソッドの詳細
-
deserialize
public AppWorkflow.StepInputValueElementDefault deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException - 定義:
deserializeインタフェース内com.google.gson.JsonDeserializer<AppWorkflow.StepInputValueElementDefault>- 例外:
com.google.gson.JsonParseException
-
serialize
public com.google.gson.JsonElement serialize(AppWorkflow.StepInputValueElementDefault src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) - 定義:
serializeインタフェース内com.google.gson.JsonSerializer<AppWorkflow.StepInputValueElementDefault>
-