| Class | Description |
|---|---|
| MsgPackInputStream |
Specialized input stream for parsing MessagePack streams.
|
| MsgPackOutputStream |
Specialized output stream for serializing MessagePack streams.
|
| MsgPackParser |
Parses a MessagePack stream into a POJO model.
|
| MsgPackParser.Base64 |
Default parser, string input encoded as BASE64.
|
| MsgPackParser.SpacedHex |
Default parser, string input encoded as spaced-hex.
|
| MsgPackParserBuilder |
Builder class for building instances of MessagePack parsers.
|
| MsgPackParserSession |
Session object that lives for the duration of a single use of
MsgPackParser. |
| MsgPackSerializer |
Serializes POJO models to MessagePack.
|
| MsgPackSerializer.Base64 |
Default serializer, BASE64 string output.
|
| MsgPackSerializer.SpacedHex |
Default serializer, spaced-hex string output.
|
| MsgPackSerializerBuilder |
Builder class for building instances of MessagePack serializers.
|
| MsgPackSerializerSession |
Session object that lives for the duration of a single use of
MsgPackSerializer. |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.