Macquarie Group Interview Question

What are the things that need to be aware when use Serializable

Interview Answer

Anonymous

May 20, 2010

need to make sure all the objects in the class able to Serializable; in addition, serializable is a very heavy process which may impact the performance in the system. have to be hanlde very carefully in large objects

1