Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What does the Serializable interface do?

interface serializable
0
Posted

What does the Serializable interface do?

0

Location: http://www.jguru.com/faq/view.jsp?EID=454508 Created: Jul 13, 2001 Modified: 2001-07-13 15:01:10.018 Author: Tim Rohaly (http://www.jguru.com/guru/viewbio.jsp?EID=10) Question originally posed by Ramamurthy K (http://www.jguru.com/guru/viewbio.jsp?EID=453334 Serializable is a tagging interface; it prescribes no methods. It serves to assign the Serializable data type to the tagged class and to identify the class as one which the developer has designed for persistence. ObjectOutputStream serializes only those objects which implement this interface. Please refer to http://www.jguru.com/faq/view.jsp?EID=31434 and the other Serialization FAQs for more information.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123