| Class and Description |
|---|
| ByteString
Immutable array of bytes.
|
| Input
An Input lets an application read primitive data types and objects from a source of data.
|
| LinkedBuffer
A buffer that wraps a byte array and has a reference to the next buffer for dynamic increase.
|
| ListAdapter.Converter
Convert individual elements of the List from F to T.
|
| Message
The serializable object where its
schema handles its serialization and deserialization. |
| Output
An Output lets an application write primitive data types and objects to a sink of data.
|
| Pipe |
| Pipe.Schema |
| Schema
Handles the serialization and deserialization of a message/object tied to this.
|
| WireFormat.FieldType
This is here to support runtime schemas.
|
| WireFormat.JavaType
This is here to support runtime schemas.
|
| WriteSession
Designed to be subclassed by implementations of
Output for easier serialization code for streaming or full
buffering. |
| WriteSession.FlushHandler |
| WriteSink
The flexible output for outputs that use
WriteSession. |
Copyright © 2009–2020. All rights reserved.