+1 vote
in JAVA by
What is Externalizable?

1 Answer

0 votes
by

The Externalizable interface is used to write the state of an object into a byte stream in a compressed format. It is not a marker interface.

...