All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.salesforce.google.gson.package-info Maven / Gradle / Ivy

Go to download

This project contains the apt processor that implements all the checks enumerated in @Verify. It is a self contained, and shaded jar.

The newest version!
/**
 * This package provides the {@link com.salesforce.google.gson.Gson} class to convert Json to Java and
 * vice-versa.
 *
 * 

The primary class to use is {@link com.salesforce.google.gson.Gson} which can be constructed with * {@code new Gson()} (using default settings) or by using {@link com.salesforce.google.gson.GsonBuilder} * (to configure various options such as using versioning and so on).

* * @author Inderjeet Singh, Joel Leitch */ package com.salesforce.google.gson;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy