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