What Is Deserialization #602
What is deserialization?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Serialization Networking - Java Serialization - Quiz No.1.
What is deserialization?
Turning object in memory into stream of bytes
Turning stream of bytes into an object in memory
Turning object in memory into stream of bits
Turning stream of bits into an object in memory