The Java Platform Java Runtime Environment Data Types Control Statemets Methods Arrays Classes and Objects Inheritance Constructor Interface![]() Interface![]() Interface Example![]() Interfaces and coupling![]() The Java XML package![]() The Java IO Serializable interface![]() Using Interface Packages & Access Modifiers Java Collections Framework | The Java IO Serializable interfaceSerializability of a class is enabled by the class implementing the java.io.Serializable interface. Classes that do not implement this interface will not have any of their state serialized or deserialized. All subtypes of a serializable class are themselves serializable. The serialization interface has no methods or fields and serves only to identify the semantics of being serializable. (Also see the java.io) |