Package org.apache.juneau.msgpack
package org.apache.juneau.msgpack
MessagePack Marshalling Support
-
ClassDescriptionMetadata on bean properties specific to the MessagePack serializers and parsers pulled from the
@MsgPack
annotation on the bean property.Metadata on classes specific to the MessagePack serializers and parsers pulled from the@MsgPack
annotation on the class.Specialized input stream for parsing MessagePack streams.Interface for providing access toMsgPackClassMeta
andMsgPackBeanPropertyMeta
objects.Specialized output stream for serializing MessagePack streams.Parses a MessagePack stream into a POJO model.Default parser, string input encoded as BASE64.Builder class.Default parser, string input encoded as spaced-hex.Session object that lives for the duration of a single use ofMsgPackParser
.Builder class.Serializes POJO models to MessagePack.Default serializer, BASE64 string output.Builder class.Default serializer, spaced-hex string output.Session object that lives for the duration of a single use ofMsgPackSerializer
.Builder class.