Class | Description |
---|---|
OutputStreamSerializer |
Subclass of
Serializer for byte-based serializers. |
OutputStreamSerializerSession |
Subclass of
SerializerSession for stream-based serializers. |
Serializer |
Parent class for all Juneau serializers.
|
SerializerBuilder |
Builder class for building instances of serializers.
|
SerializerGroup |
Represents a group of
Serializers that can be looked up by media type. |
SerializerGroupBuilder |
Builder class for creating instances of
SerializerGroup . |
SerializerListener |
Class for listening for serialize events during a serialization.
|
SerializerListener.Null |
Represents no serializer listener.
|
SerializerMatch |
Represents a serializer and media type that matches an HTTP
Accept header value. |
SerializerPipe |
A wrapper around an object that a serializer sends its output to.
|
SerializerSession |
Serializer session that lives for the duration of a single use of
Serializer . |
SerializerSessionArgs |
Runtime arguments common to all serializer sessions.
|
SerializerWriter |
Simple wrapper around a standard
Writer with additional methods. |
WriterSerializer |
Subclass of
Serializer for character-based serializers. |
WriterSerializerSession |
Subclass of
SerializerSession for character-based serializers. |
Exception | Description |
---|---|
SerializeException |
General exception thrown whenever an error occurs during serialization.
|
Copyright © 2018 Apache. All rights reserved.