- 
                    
                    - All Implemented Interfaces:
 
 public class PBGsonPre- Build Gson is an object holder for some gson objects which are often build. 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private final static GsonprettyPrintprivate final static Gsonsmallprivate final static GsonsmallNoNull
 - 
                                
                            
                                Method SummaryModifier and Type Method Description static GsongetPrettyPrint()Returns a pre- build gson object with the settings: - Pretty printing - Disabled html escaping - Serializing nullsstatic GsongetSmall()Returns a pre- build gson object with the settings: - Disabled html escaping - Serializing nullsstatic GsongetSmallNoNull()Returns a pre- build gson object with the settings: - Disabled html escapingstatic Gsonpp()Short version of getPrettyPrint. static Gsons()Short version of getSmall. static Gsonsnn()Short version of getSmallNoNull. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getPrettyPrintstatic Gson getPrettyPrint() Returns a pre- build gson object with the settings: - Pretty printing - Disabled html escaping - Serializing nulls
 - 
                                        getSmallstatic Gson getSmall() Returns a pre- build gson object with the settings: - Disabled html escaping - Serializing nulls
 - 
                                        getSmallNoNullstatic Gson getSmallNoNull() Returns a pre- build gson object with the settings: - Disabled html escaping
 - 
                                        ppstatic Gson pp() Short version of getPrettyPrint. 
 - 
                                        sstatic Gson s() Short version of getSmall. 
 - 
                                        snnstatic Gson snn() Short version of getSmallNoNull. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-