Uses of Package
org.apache.juneau.msgpack
Packages that use org.apache.juneau.msgpack
Package
Description
-
Classes in org.apache.juneau.msgpack used by org.apache.juneau.marshallerClassDescriptionParses a MessagePack stream into a POJO model.Serializes POJO models to MessagePack.
-
Classes in org.apache.juneau.msgpack used by org.apache.juneau.msgpackClassDescriptionMetadata 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.Interface for providing access toMsgPackClassMeta
andMsgPackBeanPropertyMeta
objects.Parses a MessagePack stream into a POJO model.Builder class.Session object that lives for the duration of a single use ofMsgPackParser
.Builder class.Serializes POJO models to MessagePack.Builder class.Session object that lives for the duration of a single use ofMsgPackSerializer
.Builder class. -
Classes in org.apache.juneau.msgpack used by org.apache.juneau.msgpack.annotation