(Choose 1 answer)
What is the Deserialization process?
A. Deserialization is the reverse process where the binary stream is used to recreate the actual data in the application
B. Deserialization is the act of taking data from XML or JSON and convert to bytes stream
C. Deserialization works in reverse, taking a data stream and reconstituting it into an in-memory object or object graph
D. Deserialization works in reverse, taking a data stream and reconstituting it into in-memory objects and stored on client-side
Exit 29