Top Categories

12.3 Object Serialization in java | Serializable Interface
  • Category:
  • Sub Category:
  • marker
  • Java (Software)
  • Technology
  • interface
  • object
  • Management
  • Java (Programming Language)
  • navin
  • reddy
  • Serialization (File Format Genre)
No Views

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.

Comments

You Might Be Interested In