What is Externalizable?

Q

What is Externalizable?

✍: Guest

A

Externalizable is an Interface that extends Serializable Interface. And sends data into Streams in Compressed Format. It has two methods, writeExternal(ObjectOuput out) and readExternal(ObjectInput in)

2013-06-18, 1914👍, 0💬