Community
Participate
Working Groups
Accessible objects are part of Control and can be reached via Control#getAccessible(). Therefore they could/should be serialize dwhen Controls are serialized. On the other hand, the current Accessible implementation doesn't do anything real. Thus it might speed up the serialization process if the reference to the accessible object in Control would be transient and recreated after deserialization.
As the Accessible implementation doesn't do anything real, I decided to not serialize the Accessible objects for now. Changes are in CVS HEAD