Example usage for com.google.gson Gson subclass-usage

List of usage examples for com.google.gson Gson subclass-usage

Introduction

In this page you can find the example usage for com.google.gson Gson subclass-usage.

Usage

From source file com.gilecode.yagson.YaGson.java

/**
 * The main class for using YaGson. Along with {@link YaGsonBuilder}, it provides similar
 * creation and usage patterns as the basic {@link Gson}, but the references emitting and
 * the type info emitting are enabled by default. See {@link References#defaultPolicy()} and
 * {@link TypeInfoPolicy#defaultPolicy()} for the default YaGson's settings.
 * <p/>