Serialization and Deserialization
Leave a reply
Core Java Concepts: Serialization Serialization is defined as the process of converting an object into a sequence of bytes that can persist in a database or can be sent through streams. Serialization saves the state of objects for recreation without having to reprocess them on different platforms. Serialization is useful for storing, Transmitting the state Continue Reading »