Uses of Package
jaron.simpleserialization

Classes in jaron.simpleserialization used by jaron.simpleserialization
SerializationData
          The SerializationData class is the basis for all the classes that will be serialized.
SerializationDataEventListener
          The SerializationDataEventListener interface must be implemented by all the classes that want to be informed about a change of serialized data.
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.
SerializationSerialReader
          The SerializationSerialReader class is used to analyze a serial data stream and extract the packages that contain the serialized data.