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

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

Introduction

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

Usage

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

/**
 * The builder to create YaGson instances with non-default configuration. It provides similar
 * creation and usage patterns as the basic {@link GsonBuilder}, but creates instances of
 * {@link YaGson} instead, and the references emitting and the type info emitting are enabled
 * by default.
 *