Serialization in Java Serialization and deserialization
YOUR LINK HERE:
http://youtube.com/watch?v=qF45V0lmYmQ
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
#############################
