Package org.apache.juneau.serializer
package org.apache.juneau.serializer
Serializer API
-
ClassDescriptionSubclass of
Serializer
for byte-based serializers.Builder class.Subclass ofSerializerSession
for stream-based serializers.Builder class.General exception thrown whenever an error occurs during serialization.Parent class for all Juneau serializers.Builder class.Represents no Serializer.Class for listening for serialize events during a serialization.Represents no serializer listener.Represents a serializer and media type that matches an HTTPAccept header value.A wrapper around an object that a serializer sends its output to.Serializer session that lives for the duration of a single use ofSerializer
.Builder class.Represents a group ofSerializers
that can be looked up by media type.Builder class.An identifier that the previous entries in this group should be inherited.An identifier that the previous entries in this group should not be inherited.Simple wrapper around a standardWriter
with additional methods.Subclass ofSerializer
for character-based serializers.Builder class.Subclass ofSerializerSession
for character-based serializers.Builder class.