Uses of Class
org.apache.juneau.msgpack.MsgPackSerializer
Packages that use MsgPackSerializer
-
Uses of MsgPackSerializer in org.apache.juneau.marshaller
Constructors in org.apache.juneau.marshaller with parameters of type MsgPackSerializer -
Uses of MsgPackSerializer in org.apache.juneau.msgpack
Subclasses of MsgPackSerializer in org.apache.juneau.msgpackModifier and TypeClassDescriptionstatic class
Default serializer, BASE64 string output.static class
Default serializer, spaced-hex string output.Fields in org.apache.juneau.msgpack declared as MsgPackSerializerModifier and TypeFieldDescriptionstatic final MsgPackSerializer
MsgPackSerializer.DEFAULT
Default serializer, all default settings.static final MsgPackSerializer
MsgPackSerializer.DEFAULT_BASE64
Default serializer, all default settings, spaced-hex string output.static final MsgPackSerializer
MsgPackSerializer.DEFAULT_SPACED_HEX
Default serializer, all default settings, spaced-hex string output.Methods in org.apache.juneau.msgpack that return MsgPackSerializerMethods in org.apache.juneau.msgpack with parameters of type MsgPackSerializerModifier and TypeMethodDescriptionMsgPackSerializerSession.create
(MsgPackSerializer ctx) Creates a new builder for this object.Constructors in org.apache.juneau.msgpack with parameters of type MsgPackSerializerModifierConstructorDescriptionprotected
Builder
(MsgPackSerializer copyFrom) Copy constructor.protected
Builder
(MsgPackSerializer ctx) Constructor