What is Serialization in java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is Serialization in java?

9th Dec 2020, 4:19 AM
Yash Chaudhari
Yash Chaudhari - avatar
2 Answers
+ 10
Yash Chaudhari Serialization in Java is the process of converting the Java code Object into a Byte Stream, to transfer the Object .....
9th Dec 2020, 4:41 AM
Piyush
Piyush - avatar