Package org.apache.juneau.msgpack
Class MsgPackSerializer.Base64
- All Implemented Interfaces:
MsgPackMetaProvider
- Enclosing class:
- MsgPackSerializer
Default serializer, BASE64 string output.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.juneau.msgpack.MsgPackSerializer
MsgPackSerializer.Base64, MsgPackSerializer.Builder, MsgPackSerializer.SpacedHexNested classes/interfaces inherited from class org.apache.juneau.serializer.Serializer
Serializer.Null -
Field Summary
Fields inherited from class org.apache.juneau.msgpack.MsgPackSerializer
addBeanTypesMsgPack, DEFAULT, DEFAULT_BASE64, DEFAULT_SPACED_HEXFields inherited from class org.apache.juneau.serializer.Serializer
accept, addBeanTypes, addRootType, keepNullProperties, listener, produces, sortCollections, sortMaps, trimEmptyCollections, trimEmptyMaps, trimStringsFields inherited from class org.apache.juneau.BeanContextable
beanContextFields inherited from class org.apache.juneau.Context
CONTEXT_APPLY_FILTER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.juneau.msgpack.MsgPackSerializer
copy, create, createSession, getMsgPackBeanPropertyMeta, getMsgPackClassMeta, getSession, isAddBeanTypes, propertiesMethods inherited from class org.apache.juneau.serializer.OutputStreamSerializer
getBinaryFormat, isWriterSerializer, serializeMethods inherited from class org.apache.juneau.serializer.Serializer
createSerializerBuilder, doSerialize, forEachAcceptMediaType, getListener, getMediaTypeRanges, getPrimaryMediaType, getResponseContentType, getResponseHeaders, getUriContext, getUriRelativity, getUriResolution, isAddRootType, isKeepNullProperties, isSortCollections, isSortMaps, isTrimEmptyCollections, isTrimEmptyMaps, isTrimStrings, serialize, serializeToStringMethods inherited from class org.apache.juneau.BeanTraverseContext
getDetectRecursions, getIgnoreRecursions, getInitialDepth, getMaxDepth, isDetectRecursions, isIgnoreRecursionsMethods inherited from class org.apache.juneau.BeanContextable
getBeanContextMethods inherited from class org.apache.juneau.Context
createBuilder, getAnnotationProvider, init, isDebug, toString
-
Constructor Details
-
Base64
Constructor.- Parameters:
builder- The builder for this object.
Cannot benull .
-