| Changed Methods |
void endMap(String)
|
Changed from abstract to non-abstract.
|
Check the mark for end of the serialized map. |
void endRecord(String)
|
Changed from abstract to non-abstract.
|
Check the mark for end of the serialized record. |
void endVector(String)
|
Changed from abstract to non-abstract.
|
Check the mark for end of the serialized vector. |
boolean readBool(String)
|
Changed from abstract to non-abstract.
|
Read a boolean from serialized record. |
Buffer readBuffer(String)
|
Changed from abstract to non-abstract.
|
Read byte array from serialized record. |
byte readByte(String)
|
Changed from abstract to non-abstract.
|
Read a byte from serialized record. |
double readDouble(String)
|
Changed from abstract to non-abstract.
|
Read a double-precision number from serialized record. |
float readFloat(String)
|
Changed from abstract to non-abstract.
|
Read a single-precision float from serialized record. |
int readInt(String)
|
Changed from abstract to non-abstract.
|
Read an integer from serialized record. |
long readLong(String)
|
Changed from abstract to non-abstract.
|
Read a long integer from serialized record. |
String readString(String)
|
Changed from abstract to non-abstract.
|
Read a UTF-8 encoded string from serialized record. |
Index startMap(String)
|
Changed from abstract to non-abstract.
|
Check the mark for start of the serialized map. |
void startRecord(String)
|
Changed from abstract to non-abstract.
|
Check the mark for start of the serialized record. |
Index startVector(String)
|
Changed from abstract to non-abstract.
|
Check the mark for start of the serialized vector. |