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