Package com.jsoniter
Class IterImplObject
- java.lang.Object
-
- com.jsoniter.IterImplObject
-
class IterImplObject extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IterImplObject()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
readObject(JsonIterator iter)
static boolean
readObjectCB(JsonIterator iter, JsonIterator.ReadObjectCallback cb, java.lang.Object attachment)
-
-
-
Method Detail
-
readObject
public static final java.lang.String readObject(JsonIterator iter) throws java.io.IOException
- Throws:
java.io.IOException
-
readObjectCB
public static final boolean readObjectCB(JsonIterator iter, JsonIterator.ReadObjectCallback cb, java.lang.Object attachment) throws java.io.IOException
- Throws:
java.io.IOException
-
-