Package com.batch.android.msgpack.core
See: Description
-
Class Summary Class Description MessageUnpacker MessagePack deserializer that converts binary into objects. MessagePackException A base class of all of the message pack exceptions. MessageTypeException Thrown when a type mismatch error occurs MessagePacker MessagePack serializer that converts objects into binary. MessageTypeCastException MessageNeverUsedFormatException Thrown when the input message pack format is invalid MessageInsufficientBufferException Exception that indicates end of input. ExtensionTypeHeader Header of the Extension types Preconditions Simple static methods to be called at the start of your own methods to verify correct arguments and state. MessageBufferPacker MessagePacker that is useful to produce byte array output. MessageIntegerOverflowException This error is thrown when the user tries to read an integer value using a smaller types. MessageSizeException Thrown to indicate too large message size (e.g, larger than 2^31-1). Code The prefix code set of MessagePack format. PackerConfig MessagePacker configuration. UnpackerConfig MessageUnpacker configuration. MessagePack Convenience class to build packer and unpacker classes. MessageStringCodingException Thrown to indicate an error when encoding/decoding a String value MessageFormatException Thrown when the input message pack format is invalid -
Enum Summary Enum Description MessageFormat Describes the list of the message format types defined in the MessagePack specification.