com.google.gson.internal
Class JsonReaderInternalAccess
java.lang.Object
com.google.gson.internal.JsonReaderInternalAccess
public abstract class JsonReaderInternalAccess
- extends Object
Internal-only APIs of JsonReader available only to other classes in Gson.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static JsonReaderInternalAccess INSTANCE
JsonReaderInternalAccess
public JsonReaderInternalAccess()
promoteNameToValue
public abstract void promoteNameToValue(JsonReader reader)
throws IOException
- Changes the type of the current property name token to a string value.
- Throws:
IOException
Copyright © 2012. All Rights Reserved.