- readArray(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
Read an array from the buffer
- readBoolean(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
Read a a single byte from the buffer if the byte is 1 then returns true, otherwise false
- readByte(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
Read a single byte from the buffer
- readChar(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
Read a char (16 bits) from the buffer
- readDouble(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
Read a double (64 bit floating point) from the buffer
- readEnum(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
- readFloat(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
Read a float (32 bit floating point) from the buffer
- readInt(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
Read an int (4 bytes) from the buffer
- readList(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
Read a List from the buffer
- readLong(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
Read a long (8 bytes) from the buffer
- readMap(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
Read a map (list of key -> value pairs) from the buffer
- ReadMutator - Interface in io.higgs.boson.serialization.mutators
-
A write mutator provides an interface for setting fields on objects without reflection
- readPolo(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
- readReference(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
- readSet(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
- readShort(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
Read a short (16 bits) from the buffer
- readString(ByteBuf, boolean, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
Read a UTF-8 string from the buffer
- readType(ByteBuf, int) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
Read the next type from the buffer.
- readType(ByteBuf) - Method in class io.higgs.boson.serialization.v1.BosonReader
-
- ReadWriteMutator - Interface in io.higgs.boson.serialization.mutators
-
- REFERENCE - Static variable in class io.higgs.boson.BosonType
-
- reference - Variable in class io.higgs.boson.serialization.v1.BosonWriter
-
- references - Variable in class io.higgs.boson.serialization.v1.BosonReader
-
- references - Variable in class io.higgs.boson.serialization.v1.BosonWriter
-
- REQUEST_CALLBACK - Static variable in class io.higgs.boson.BosonType
-
- REQUEST_METHOD_NAME - Static variable in class io.higgs.boson.BosonType
-
- REQUEST_PARAMETERS - Static variable in class io.higgs.boson.BosonType
-
- RESPONSE_METHOD_NAME - Static variable in class io.higgs.boson.BosonType
-
- RESPONSE_PARAMETERS - Static variable in class io.higgs.boson.BosonType
-