Serialize vs Serializable - What's the difference?
serialize | serializable |
(computing) To convert an object into a sequence of bytes that can later be converted back into an object with equivalent properties.
To write a television program, novel, or other form of entertainment as a sequence of shorter works with a common story.
(computing) That can be serialized.
*2002 , Ivor Horton, Beginning Java 2: SDK 1.4 Edition
*:This implies that the fields must be either of primitive types or of class types that are themselves serializable .
*2006 , Herbert Schildt, Java: The Complete Reference
*:If a class is serializable , all of its subclasses are also serializable.
