public final class JsonReader
extends java.lang.Object
implements java.lang.AutoCloseable
| Constructor and Description |
|---|
JsonReader(java.io.Reader reader)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.Object |
read(TypeInfo typeInfo,
java.lang.Object... arguments)
Reads a zserio object tree defined by the given type info from the text steam.
|
public JsonReader(java.io.Reader reader)
reader - Text stream to read.public void close()
throws java.io.IOException
close in interface java.lang.AutoCloseablejava.io.IOExceptionpublic java.lang.Object read(TypeInfo typeInfo, java.lang.Object... arguments)
typeInfo - Type info defining the expected zserio object tree.arguments - Arguments of type defining the expected zserio object tree.Last updated 2025-10-02 14:26:25