Package com.ryanm.config.serial

Base classes/interfaces for the Configurator serialisation system.

See:
          Description

Interface Summary
ConfigurationStringFormatter Converts between the current state of a configurator tree and strings
ConfiguratorCodec Defines an object that can encode and decode variables of a given type
 

Class Summary
ConfigurationSerialiser Reads and writes the state of a group of configurators from and to a file
 

Exception Summary
CodecException Thrown when a ConfiguratorCodec is asked to encode an object, or decode data, that it cannot handle
 

Package com.ryanm.config.serial Description

Base classes/interfaces for the Configurator serialisation system.