List of usage examples for com.google.gson Gson subclass-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/>