| ArrayValue |
Representation of MessagePack's Array type.
|
| BinaryValue |
Representation of MessagePack's Binary type.
|
| BooleanValue |
Representation MessagePack's Boolean type.
|
| ExtensionValue |
Representation of MessagePack's Extension type.
|
| FloatValue |
Representation of MessagePack's Float type.
|
| ImmutableArrayValue |
Immutable representation of MessagePack's Array type.
|
| ImmutableBinaryValue |
Immutable representation of MessagePack's Binary type.
|
| ImmutableBooleanValue |
Immutable representation of MessagePack's Boolean type.
|
| ImmutableExtensionValue |
Immutable representation of MessagePack's Extension type.
|
| ImmutableFloatValue |
Immutable representation of MessagePack's Float type.
|
| ImmutableIntegerValue |
Immutable representation of MessagePack's Integer type.
|
| ImmutableMapValue |
Immutable representation of MessagePack's Map type.
|
| ImmutableNilValue |
Immutable representation of MessagePack's Nil type.
|
| ImmutableNumberValue |
|
| ImmutableRawValue |
|
| ImmutableStringValue |
Immutable representation of MessagePack's String type.
|
| ImmutableValue |
Immutable declaration of Value interface.
|
| IntegerValue |
Representation of MessagePack's Integer type.
|
| MapValue |
Representation of MessagePack's Map type.
|
| NilValue |
Representation of MessagePack's Nil type.
|
| NumberValue |
|
| RawValue |
|
| StringValue |
Representation of MessagePack's String type.
|
| Value |
Value stores a value and its type in MessagePack type system.
|