com.google.gson.internal
Class JsonReaderInternalAccess

java.lang.Object
  extended by com.google.gson.internal.JsonReaderInternalAccess

public abstract class JsonReaderInternalAccess
extends java.lang.Object

Internal-only APIs of JsonReader available only to other classes in Gson.


Field Summary
static JsonReaderInternalAccess INSTANCE
           
 
Constructor Summary
JsonReaderInternalAccess()
           
 
Method Summary
abstract  void promoteNameToValue(JsonReader reader)
          Changes the type of the current property name token to a string value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static JsonReaderInternalAccess INSTANCE
Constructor Detail

JsonReaderInternalAccess

public JsonReaderInternalAccess()
Method Detail

promoteNameToValue

public abstract void promoteNameToValue(JsonReader reader)
                                 throws java.io.IOException
Changes the type of the current property name token to a string value.

Throws:
java.io.IOException