All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AbstractImmutableRawValue ArrayBufferInput MessageBufferInput adapter for byte arraysArrayBufferOutput MessageBufferOutput adapter that writes data into a list of byte arrays.ArrayValue Representation of MessagePack's Array type.BinaryValue Representation of MessagePack's Binary type.BooleanValue Representation MessagePack's Boolean type.ByteBufferInput MessageBufferInputadapter forByteBufferChannelBufferInput MessageBufferInputadapter forReadableByteChannelChannelBufferOutput MessageBufferOutputadapter forWritableByteChannelExtensionTypeHeader Header of the Extension typesExtensionValue Representation of MessagePack's Extension type.FloatValue Representation of MessagePack's Float type.ImmutableArrayValue Immutable representation of MessagePack's Array type.ImmutableArrayValueImpl ImmutableArrayValueImplImplementsImmutableArrayValueusing aValue[]field.ImmutableBigIntegerValueImpl ImmutableBigIntegerValueImplImplementsImmutableBigIntegerValueusing aBigIntegerfield.ImmutableBinaryValue Immutable representation of MessagePack's Binary type.ImmutableBinaryValueImpl ImmutableBinaryValueImplImplementsImmutableBinaryValueusing abyte[]field.ImmutableBooleanValue Immutable representation of MessagePack's Boolean type.ImmutableBooleanValueImpl ImmutableBooleanValueImplImplementsImmutableBooleanValueusing abooleanfield.ImmutableDoubleValueImpl ImmutableDoubleValueImplImplementsImmutableFloatValueusing adoublefield.ImmutableExtensionValue Immutable representation of MessagePack's Extension type.ImmutableExtensionValueImpl ImmutableExtensionValueImplImplementsImmutableExtensionValueusing abyteand abyte[]fields.ImmutableFloatValue Immutable representation of MessagePack's Float type.ImmutableIntegerValue Immutable representation of MessagePack's Integer type.ImmutableLongValueImpl ImmutableLongValueImplImplementsImmutableIntegerValueusing alongfield.ImmutableMapValue Immutable representation of MessagePack's Map type.ImmutableMapValueImpl ImmutableMapValueImplImplementsImmutableMapValueusing aValue[]field.ImmutableNilValue Immutable representation of MessagePack's Nil type.ImmutableNilValueImpl ImmutableNilValueImplImplementsImmutableNilValue.ImmutableNumberValue Immutable base interface ofImmutableIntegerValueandImmutableFloatValueinterfaces.ImmutableRawValue Immutable base interface ofImmutableStringValueandImmutableBinaryValueinterfaces.ImmutableStringValue Immutable representation of MessagePack's String type.ImmutableStringValueImpl ImmutableStringValueImplImplementsImmutableStringValueusing abyte[]field.ImmutableValue Immutable declaration ofValueinterface.InputStreamBufferInput MessageBufferInputadapter forInputStreamIntegerValue Representation of MessagePack's Integer type.MapValue Representation of MessagePack's Map type.MessageBuffer MessageBuffer class is an abstraction of memory with fast methods to serialize and deserialize primitive values to/from the memory.MessageBufferBE MessageBufferBE is aMessageBufferimplementation tailored to big-endian machines.MessageBufferInput Provides a sequence of MessageBuffer instances.MessageBufferOutput Provides a buffered output stream that writes sequence of MessageBuffer instances.MessageBufferPacker MessagePacker that is useful to produce byte array output.MessageBufferU Universal MessageBuffer implementation supporting Java6 and Android.MessageFormat Describes the list of the message format types defined in the MessagePack specification.MessageFormatException Thrown when the input message pack format is invalidMessageInsufficientBufferException Exception that indicates end of input.MessageIntegerOverflowException This error is thrown when the user tries to read an integer value using a smaller types.MessageNeverUsedFormatException Thrown when the input message pack format is invalidMessagePack Convenience class to build packer and unpacker classes.MessagePack.Code The prefix code set of MessagePack format.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).MessageStringCodingException Thrown to indicate an error when encoding/decoding a String valueMessageTypeCastException MessageTypeException Thrown when a type mismatch error occursMessageUnpacker MessagePack deserializer that converts binary into objects.NilValue Representation of MessagePack's Nil type.Nullable Annotates a field which can be nullNumberValue Base interface ofIntegerValueandFloatValueinterfaces.OutputStreamBufferOutput MessageBufferOutput adapter forOutputStream.Preconditions Simple static methods to be called at the start of your own methods to verify correct arguments and state.RawValue Base interface ofStringValueandBinaryValueinterfaces.StringValue Representation of MessagePack's String type.Value Value stores a value and its type in MessagePack type system.ValueFactory ValueFactory.MapBuilder ValueType Representation of MessagePack types.Variable Variable.Type VisibleForTesting Annotates a code which is used only for testing.