public final class JsonRpcReaderUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
readToJsonNode(io.netty.buffer.ByteBuf in,
List<Object> out,
JsonReadContext jrContext)
Decode the bytes to Json object.
|
public static void readToJsonNode(io.netty.buffer.ByteBuf in,
List<Object> out,
JsonReadContext jrContext)
throws com.fasterxml.jackson.core.JsonParseException,
IOException
in - input of bytesout - ouput of Json object listjrContext - context for the last decoding processIOException - IOExceptioncom.fasterxml.jackson.core.JsonParseException - JsonParseException