such that it is easier to implement a serializable attribute or listener.
Example,
public interface ComponentSerializationListener {
/** Called when a component is going to serialize this object.
*/
public void willSerialized(Component comp);
/** Called when a component has de-serialized this object back.
*/
public void didSerialized(Component comp);
}
Logged In: YES
user_id=91099
Originator: YES
Ready since 6/7