Package com.amilesend.onedrive.parse.strategy


package com.amilesend.onedrive.parse.strategy
  • Class
    Description
    A custom ExclusionStrategy that is used to configure a Gson instance that excludes serialization and deserialization for any fields annotated with @GsonExclude.
    A custom ExclusionStrategy that is used to configure a Gson 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.