Coding Gems
Pages
Home
Design Patterns
DS & Algos
Core Java
Garbage Collection
Multithreading
Serialization
DP
ENUM
Exception
Java Hacks
Monday, 26 October 2015
What are disadvantages of deep cloning using Serialization?
Disadvantages of using Serialization to achieve deep cloning
1. Serialization is more expensive than using object.clone().
2. Not all objects are serializable.
3. Serialization is not simple to implement for deep cloned object.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment