Package com.amilesend.client.parse.strategy
package com.amilesend.client.parse.strategy
-
ClassDescriptionA custom
ExclusionStrategythat is used to configure aGsoninstance that excludes serialization and deserialization for any fields annotated with@GsonExclude.A customExclusionStrategythat is used to configure aGsoninstance 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.