| Interface | Description |
|---|---|
| ArrayValue |
The interface
ArrayValue represents MessagePack's Array type. |
| BinaryValue |
The interface
BinaryValue represents MessagePack's Binary type. |
| BooleanValue |
The interface
BooleanValue represents MessagePack's Boolean type. |
| ExtensionValue |
The interface
ExtensionValue represents MessagePack's Extension type. |
| FloatValue |
The interface
FloatValue represents MessagePack's Float type. |
| ImmutableArrayValue | |
| ImmutableBinaryValue | |
| ImmutableBooleanValue | |
| ImmutableExtensionValue | |
| ImmutableFloatValue | |
| ImmutableIntegerValue | |
| ImmutableMapValue | |
| ImmutableNilValue | |
| ImmutableNumberValue | |
| ImmutableRawValue | |
| ImmutableStringValue | |
| ImmutableValue | |
| IntegerValue |
The interface
IntegerValue represents MessagePack's Integer type. |
| MapValue |
The interface
ArrayValue represents MessagePack's Map type. |
| NilValue |
The interface
NilValue represents MessagePack's Nil type. |
| NumberValue |
The base interface
NumberValue of IntegerValue and FloatValue. |
| RawValue |
The interface
RawValue represents MessagePack's Raw type, which means Binary or String type. |
| StringValue |
The interface
StringValue represents MessagePack's String type. |
| Value |
Value is an implementation of MessagePack type system.
|
| Class | Description |
|---|---|
| ValueFactory | |
| ValueFactory.MapBuilder | |
| Variable |
| Enum | Description |
|---|---|
| ValueType |
MessageTypeFamily is a group of
MessageFormats |
| Variable.Type |