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