Bloomberg Interview Question

What is Serialization and Externalization?

Interview Answer

Anonymous

May 15, 2014

Both Serialization and Externalization are used to store the state of the object to an external disk, network etc. With Serialization, the framework takes care of the implementation. Whereas in Externalization, the developer will have total control of the process.