| Package | Description |
|---|---|
| de.haumacher.msgbuf.data | |
| de.haumacher.msgbuf.json |
Copy of the package `com.google.gson.stream` from gson-2.8.2 library for JSON stream writing.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDataObject.readField(JsonReader in,
String field)
Reads the given field from the given input.
|
protected void |
AbstractDataObject.readFields(JsonReader in)
Reads all fields of this instance from the given input.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
JsonUtil.nextBinaryOptional(JsonReader in)
Reads a byte array or a
null value from the given reader. |
static String |
JsonUtil.nextStringOptional(JsonReader in)
Reads a string or a
null value from the given reader. |
Copyright © 2021. All rights reserved.