Uses of Class
io.tarantool.driver.exceptions.TarantoolDecoderException
-
Packages that use TarantoolDecoderException Package Description io.tarantool.driver.protocol Tarantool binary protocol primitives and helpers -
-
Uses of TarantoolDecoderException in io.tarantool.driver.protocol
Methods in io.tarantool.driver.protocol that throw TarantoolDecoderException Modifier and Type Method Description void
TarantoolRequest. toMessagePack(org.msgpack.core.MessagePacker packer, MessagePackObjectMapper mapper)
Encode incapsulated data usingMessagePacker
-