X-Nico

2 unusual facts about Serializable


Plain Old Java Object

The JavaBeans specification, if fully implemented, slightly breaks the POJO model as the class must implement the Serializable interface to be a true JavaBean.

Since Serializable is a marker (method-less) interface, this is not much of a burden.


Similar

Serializable |


see also