package serialize; /** * The Interface VSNotSerializable, this interface has no methods given and is * being used to distinguish if the simulator should not serialize an object * of the implementing class. * * @author Paul C. Buetow */ public interface VSNotSerializable { }