Package com.batch.android.msgpack.value
See: Description
-
Interface Summary Interface Description ImmutableBinaryValue Immutable representation of MessagePack's Binary type. IntegerValue Representation of MessagePack's Integer type. FloatValue Representation of MessagePack's Float type. BinaryValue Representation of MessagePack's Binary type. ArrayValue Representation of MessagePack's Array type. ExtensionValue Representation of MessagePack's Extension type. ImmutableNilValue Immutable representation of MessagePack's Nil type. RawValue Base interface of StringValue and BinaryValue interfaces. NilValue Representation of MessagePack's Nil type. ImmutableFloatValue Immutable representation of MessagePack's Float type. StringValue Representation of MessagePack's String type. BooleanValue Representation MessagePack's Boolean type. ImmutableArrayValue Immutable representation of MessagePack's Array type. MapValue Representation of MessagePack's Map type. ImmutableStringValue Immutable representation of MessagePack's String type. NumberValue Base interface of IntegerValue and FloatValue interfaces. ImmutableMapValue Immutable representation of MessagePack's Map type. ImmutableValue Immutable declaration of Value interface. Value Value stores a value and its type in MessagePack type system. ImmutableIntegerValue Immutable representation of MessagePack's Integer type. ImmutableRawValue Immutable base interface of ImmutableStringValue and ImmutableBinaryValue interfaces. ImmutableNumberValue Immutable base interface of ImmutableIntegerValue and ImmutableFloatValue interfaces. ImmutableExtensionValue Immutable representation of MessagePack's Extension type. ImmutableBooleanValue Immutable representation of MessagePack's Boolean type. -
Class Summary Class Description MapBuilder ValueFactory Variable