What is externalization? Where is it useful??

Q

What is externalization? Where is it useful??

✍: Guest

A

Use the Externalizable interface when you need complete control over your Bean's serialization (for example, when writing and reading a specific file format).

2013-03-08, 1955👍, 0💬