public class InputFormatProviderTypeAdapter extends Object implements com.google.gson.JsonSerializer<InputFormatProvider>, com.google.gson.JsonDeserializer<InputFormatProvider>
InputFormatProvider| Constructor and Description |
|---|
InputFormatProviderTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
InputFormatProvider |
deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
com.google.gson.JsonElement |
serialize(InputFormatProvider src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
public InputFormatProvider deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<InputFormatProvider>com.google.gson.JsonParseExceptionpublic com.google.gson.JsonElement serialize(InputFormatProvider src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
serialize in interface com.google.gson.JsonSerializer<InputFormatProvider>Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.