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