Re: Serialization Big Question regarding controller class
Posted By:
Anonymous
Posted On:
Thursday, November 10, 2005 07:48 AM
Hi Wilson
You do not need to serialized to your controller class.
B'cause Hashtable objects are already implements the Serializable interface.so, you could directly use hashtable object for serialization.
Buy Buy !!!!!
Re: Serialization Big Question regarding controller class
Posted By:
srini_vasan
Posted On:
Tuesday, October 18, 2005 10:44 AM
Hi,
whenever u serialize an object , memebers of that object
will be serialized. if we have member of that object is
another object mean that sub object and its members will be
serialized.this serialization process will go depth as long as
we have sub objects.
Finally, Ur Hashtable and its associated objects will be
serialized when u serialize ur Controller class.
i hope this will clear u,
thanks,
srini
Re: Serialization Big Question regarding controller class
Posted By:
WarnerJan_Veldhuis
Posted On:
Friday, October 14, 2005 05:06 AM
Have you tried? What did it do?