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.
Serializable |