Uses of Interface
com.google.gson.FieldNamingStrategy

Packages that use FieldNamingStrategy
com.google.gson This package provides the Gson class to convert Json to Java and vice-versa. 
 

Uses of FieldNamingStrategy in com.google.gson
 

Methods in com.google.gson with parameters of type FieldNamingStrategy
 GsonBuilder GsonBuilder.setFieldNamingStrategy(FieldNamingStrategy fieldNamingStrategy)
          Configures Gson to apply a specific naming policy strategy to an object's field during serialization and deserialization.
 



Copyright © 2008-2011 Google, Inc.. All Rights Reserved.