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