| Class | Description |
|---|---|
| OutputStreamSerializer |
Subclass of
Serializer for byte-based serializers. |
| OutputStreamSerializerBuilder |
Base class for all stream-based serializer builders.
|
| 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
|
| 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. |
| WriterSerializerBuilder |
Base class for all writer-based serializer builders.
|
| WriterSerializerSession |
Subclass of
SerializerSession for character-based serializers. |
| Exception | Description |
|---|---|
| SerializeException |
General exception thrown whenever an error occurs during serialization.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.