| Interface | Description |
|---|---|
| TokenHandler<T extends Token> |
Convert a token of a particular type to a byte stream and back.
|
| Class | Description |
|---|---|
| ArrayTokenHandler |
ArrayTokenHandler converts ArrayToken to/from byte stream.
|
| AttributeChangeTokenHandler |
Serialize an AttributeChangeToken to and from binary format.
|
| BooleanTokenHandler |
BooleanTokenHandler converts BooleanToken to/from byte stream.
|
| ByteArrayTokenHandler |
ByteArrayTokenHandler converts ByteArrayToken to/from byte stream.
|
| CommunicationTokenHandler |
Serialize a CommunicationToken to and from binary format.
|
| ComplexMatrixTokenHandler |
ComplexMatrixTokenHandler converts ComplexMatrixToken to/from byte stream.
|
| ComplexTokenHandler |
ComplexTokenHandler converts DoubleToken to/from byte stream.
|
| DoubleMatrixTokenHandler |
DoubleMatrixTokenHandler converts DoubleMatrixToken to/from byte stream.
|
| DoubleTokenHandler |
Convert a DoubleToken to/from byte stream format for communication
over MQTT protocol with a remote model.
|
| FloatTokenHandler |
FloatTokenHandler converts FloatToken to/from byte stream.
|
| IntMatrixTokenHandler |
IntMatrixTokenHandler converts IntMatrixToken to/from byte stream.
|
| IntTokenHandler |
IntTokenHandler converts IntToken to/from byte stream.
|
| LongMatrixTokenHandler |
LongMatrixTokenHandler converts LongMatrixToken to/from byte stream.
|
| LongTokenHandler |
Convert a LongToken to/from byte stream format for communication over MQTT protocol with a remote model
|
| PingPongTokenHandler |
PingPongTokenHandler converts tokens from bytestream and back.
|
| RecordTokenHandler |
RecordTokenHandler converts RecordToken to/from byte stream.
|
| RemoteEventTokenHandler |
ServerEventTokenHandler converts ServerEventToken to/from byte form.
|
| ShortTokenHandler |
ShortTokenHandler converts ShortToken to/from byte stream.
|
| StringTokenHandler |
StringTokenHandler converts StringToken to/from byte stream.
|
| UnionTokenHandler |
UnionTokenHandler converts UnionToken to/from byte stream.
|
| UnsignedByteTokenHandler |
UnsignedByteTokenHandler converts UnsignedByteToken to/from byte stream.
|