Package jaron.simpleserialization

Provides the classes for the SimpleSerialization library.

See:
          Description

Interface Summary
SerializationDataEventListener The SerializationDataEventListener interface must be implemented by all the classes that want to be informed about a change of serialized data.
 

Class Summary
SerializationData The SerializationData class is the basis for all the classes that will be serialized.
SerializationInputStream The SerializationInputStream class implements the functionality to convert simple data types like integers, floats and strings into serilized data.
SerializationOutputStream The SerializationOutputStream class implements the functionality to deserialize serial data to simple data types like integers, floats and strings.
SerializationSerialConnection The SerializationSerialConnection class provides the functionality to establish a serial connection and send and receive serialized data.
SerializationSerialReader The SerializationSerialReader class is used to analyze a serial data stream and extract the packages that contain the serialized data.
SerializationTypes The static SerializationData class provides some data type functionality.
 

Package jaron.simpleserialization Description

Provides the classes for the SimpleSerialization library.
Have a look at the example applications in the distribution to see how the library is used.

Since:
1.0