JsonReaderInternalAccess.smali 611 B

123456789101112131415161718192021222324252627
  1. .class public abstract Lcom/google/gson/internal/JsonReaderInternalAccess;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # static fields
  5. .field public static INSTANCE:Lcom/google/gson/internal/JsonReaderInternalAccess;
  6. # direct methods
  7. .method public constructor <init>()V
  8. .locals 0
  9. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  10. return-void
  11. .end method
  12. # virtual methods
  13. .method public abstract promoteNameToValue(Lcom/google/gson/stream/JsonReader;)V
  14. .annotation system Ldalvik/annotation/Throws;
  15. value = {
  16. Ljava/io/IOException;
  17. }
  18. .end annotation
  19. .end method