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  DecoderforInputStream. | 
| 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  DecoderforReader. | 
| ToStringEncoder | Fall-back encoder - encoders any object to string using  Object.toString()method. | 
Copyright © 2012–2020 Oracle Corporation. All rights reserved.