See: Description
| Class | Description |
|---|---|
| CoderAdapter | |
| CoderWrapper<T> |
Wrapper of coders storing the coder coder class (and optionally coder instance), return type of the encode / decode
method and coder class.
|
| InputStreamDecoder |
Built in
Decoder for InputStream. |
| NoOpByteArrayCoder | |
| NoOpByteBufferCoder | |
| NoOpTextCoder | |
| PrimitiveDecoders<T> |
Collection of decoders for all primitive types.
|
| PrimitiveDecoders.BooleanDecoder | |
| PrimitiveDecoders.ByteDecoder | |
| PrimitiveDecoders.CharacterDecoder | |
| PrimitiveDecoders.DoubleDecoder | |
| PrimitiveDecoders.FloatDecoder | |
| PrimitiveDecoders.IntegerDecoder | |
| PrimitiveDecoders.LongDecoder | |
| PrimitiveDecoders.ShortDecoder | |
| ReaderDecoder |
Built in
Decoder for Reader. |
| ToStringEncoder |
Fall-back encoder - encoders any object to string using
Object.toString() method. |
Copyright © 2012–2025 Oracle Corporation. All rights reserved.