io.prestosql.hadoop.$internal.com.google.gson.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hadoop-apache Show documentation
Show all versions of hadoop-apache Show documentation
Shaded version of Apache Hadoop for Presto
/**
* This package provides the {@link io.prestosql.hadoop.$internal.com.google.gson.Gson} class to convert Json to Java and
* vice-versa.
*
* The primary class to use is {@link io.prestosql.hadoop.$internal.com.google.gson.Gson} which can be constructed with
* {@code new Gson()} (using default settings) or by using {@link io.prestosql.hadoop.$internal.com.google.gson.GsonBuilder}
* (to configure various options such as using versioning and so on).
*
* @author Inderjeet Singh, Joel Leitch
*/
package io.prestosql.hadoop.$internal.com.google.gson;