Uses of Interface
com.google.gson.ExclusionStrategy

Packages that use ExclusionStrategy
com.google.gson This package provides the Gson class to convert Json to Java and vice-versa. 
com.google.gson.internal Do NOT use any class in this package as they are meant for internal use in Gson. 
 

Uses of ExclusionStrategy in com.google.gson
 

Methods in com.google.gson with parameters of type ExclusionStrategy
 GsonBuilder GsonBuilder.addDeserializationExclusionStrategy(ExclusionStrategy strategy)
          Configures Gson to apply the passed in exclusion strategy during deserialization.
 GsonBuilder GsonBuilder.addSerializationExclusionStrategy(ExclusionStrategy strategy)
          Configures Gson to apply the passed in exclusion strategy during serialization.
 GsonBuilder GsonBuilder.setExclusionStrategies(ExclusionStrategy... strategies)
          Configures Gson to apply a set of exclusion strategies during both serialization and deserialization.
 

Uses of ExclusionStrategy in com.google.gson.internal
 

Methods in com.google.gson.internal with parameters of type ExclusionStrategy
 Excluder Excluder.withExclusionStrategy(ExclusionStrategy exclusionStrategy, boolean serialization, boolean deserialization)
           
 



Copyright © 2012. All Rights Reserved.