Uses of Class
org.apache.juneau.msgpack.MsgPackSerializer
Packages that use MsgPackSerializer
- 
Uses of MsgPackSerializer in org.apache.juneau.marshallerConstructors in org.apache.juneau.marshaller with parameters of type MsgPackSerializer
- 
Uses of MsgPackSerializer in org.apache.juneau.msgpackSubclasses of MsgPackSerializer in org.apache.juneau.msgpackModifier and TypeClassDescriptionstatic classDefault serializer, BASE64 string output.static classDefault serializer, spaced-hex string output.Fields in org.apache.juneau.msgpack declared as MsgPackSerializerModifier and TypeFieldDescriptionstatic final MsgPackSerializerMsgPackSerializer.DEFAULTDefault serializer, all default settings.static final MsgPackSerializerMsgPackSerializer.DEFAULT_BASE64Default serializer, all default settings, spaced-hex string output.static final MsgPackSerializerMsgPackSerializer.DEFAULT_SPACED_HEXDefault 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 MsgPackSerializerModifierConstructorDescriptionprotectedBuilder(MsgPackSerializer copyFrom) Copy constructor.protectedBuilder(MsgPackSerializer ctx) Constructor