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.
|
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.
|
MsgPackSerializerBuilder |
Builder class for building instances of MessagePack serializers.
|
MsgPackSerializerSession |
Session object that lives for the duration of a single use of
MsgPackSerializer . |
Copyright © 2018 Apache. All rights reserved.