+2 votes
in JAVA by
How can you make a class serializable in Java?

1 Answer

0 votes
by

A class can become serializable by implementing the Serializable interface.

...