Serialization in Java | Serialization and deserialization

preview_player
Показать описание
Serialization is the conversion of the state of an object into a byte stream; deserialization does the opposite. Stated differently, serialization is the conversion of a Java object into a static stream (sequence) of bytes, which we can then save to a database or transfer over a network.

This is an important #java interview question as well.
#javainterview #javainterviewquestions #serialization #designpatternsinjava
#desserialization #javatutorial
Рекомендации по теме