Top Categories
12.3 Object Serialization in java | Serializable Interface
- Category:
- Sub Category:
The String class and all the wrapper classes implements java.io.Serializable interface by default. Deserialization is the reverse operation of serialization. Serialization in java is a mechanism of writing the state of an object into a byte stream.