Interface | Description |
---|---|
Decoder |
Interface of a decoder
|
Encodable |
This interface has to be provided by every object that
needs to be encoded according to the encoding framework.
|
EncodableFactory |
Factory of encodable objects.
|
Encoder |
Class | Description |
---|---|
ByteBufferDecoder |
Decoder using a byte buffer.
|
ByteBufferEncoder |
Encoder using a byte buffer.
|
EncodableFactoryRepository |
Repository for every encodable objects factory.
|
EncodableHelper | |
EncodableInteger |
Encodable object that wraps an integer.
|
EncodableInteger.Factory | |
EncodedString |
Encodable object that wraps a string.
|
EncodedString.Factory | |
EncodedStringList | |
EncodedStringList.Factory | |
MigrationControlInputStream | |
SerializableWrapper |
Encodable object that wraps a serializable object.
|
SerializableWrapper.Factory | |
StringPair |
Encodable object representing a pair of strings.
|
StringPair.Factory |
Copyright © 2021 ScalAgent D.T.. All rights reserved.