| Package | Description |
|---|---|
| org.msgpack.core | |
| org.msgpack.value | |
| org.msgpack.value.impl |
| Class and Description |
|---|
| ExtensionTypeHeader
Header of the Extension types
|
| MessageBufferPacker
MessagePacker that is useful to produce byte array output.
|
| MessageFormat
Describes the list of the message format types defined in the MessagePack specification.
|
| MessageFormatException
Thrown when the input message pack format is invalid
|
| MessageIntegerOverflowException
This error is thrown when the user tries to read an integer value
using a smaller types.
|
| MessagePack.PackerConfig
MessagePacker configuration.
|
| MessagePack.UnpackerConfig
MessageUnpacker configuration.
|
| MessagePacker
MessagePack serializer that converts objects into binary.
|
| MessagePackException
A base class of all of the message pack exceptions.
|
| MessageSizeException
Thrown to indicate too large message size (e.g, larger than 2^31-1).
|
| MessageTypeException
Thrown when a type mismatch error occurs
|
| MessageUnpacker
MessagePack deserializer that converts binary into objects.
|
| Class and Description |
|---|
| MessageFormat
Describes the list of the message format types defined in the MessagePack specification.
|
| MessagePacker
MessagePack serializer that converts objects into binary.
|
| Class and Description |
|---|
| MessageFormat
Describes the list of the message format types defined in the MessagePack specification.
|
| MessagePacker
MessagePack serializer that converts objects into binary.
|