Package com.amilesend.client.parse.strategy
package com.amilesend.client.parse.strategy
-
ClassDescriptionA custom
ExclusionStrategy
that is used to configure aGson
instance that excludes serialization and deserialization for any fields annotated with@GsonExclude
.A customExclusionStrategy
that is used to configure aGson
instance that excludes serialization only for any fields annotated with@GsonSerializeExclude
.Annotation to indicate that a field should be excluded from both Gson serialization and deserialization.Annotation to indicate that a field should be excluded from both Gson serialization only.