Community
Participate
Working Groups
As Display (derived from Device) is an integral part of a session, it must implement java.io.Serializable and comply with the requirements for serializable objects to allow RWT sessions to be clustered.
Device and Display now implement Serializable interface, made fields transient where necessary. Added test cases for Device and Display that ensure proper internal state after deserialization. Compiler settings for org.eclipse.rap.ui.workbench were changed to treat cases where a class implements Serializable but does not provide a serialVersionUID field as warnings. Changes are in CVS HEAD.