Package sdt.net

Interface Summary
CustomSerializable This class provides hook points for the users to implement their own customized read/write methods.
Result The result is stored in a class which extends this class.
Task A class must implement Task interface to enable remote evaluation via Server and Client.
 

Class Summary
Job This class implements "job" objects which are placed in the "pool of tasks".
PersistentObjectInputStream This is used to read the transient fields too while reading the GA from a file using Serialization.
PersistentObjectOutputStream This is used to save the transient fields too while saving the GA from a file using Serialization.
Pool