Expose.smali 951 B

123456789101112131415161718192021222324252627282930313233343536
  1. .class public interface abstract annotation Lcom/google/gson/annotations/Expose;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # interfaces
  5. .implements Ljava/lang/annotation/Annotation;
  6. # annotations
  7. .annotation system Ldalvik/annotation/AnnotationDefault;
  8. value = .subannotation Lcom/google/gson/annotations/Expose;
  9. deserialize = true
  10. serialize = true
  11. .end subannotation
  12. .end annotation
  13. .annotation runtime Ljava/lang/annotation/Documented;
  14. .end annotation
  15. .annotation runtime Ljava/lang/annotation/Retention;
  16. value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
  17. .end annotation
  18. .annotation runtime Ljava/lang/annotation/Target;
  19. value = {
  20. .enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;
  21. }
  22. .end annotation
  23. # virtual methods
  24. .method public abstract deserialize()Z
  25. .end method
  26. .method public abstract serialize()Z
  27. .end method