(Choose 1 answer)
What is the Serialization process?
A. Serialization is the act of taking an in-memory object or object graph and flattening it into a stream of bytes,XML, JSON, or a similar representation that can be stored or transmitted
B. Serialization is a mechanism of converting the state of an object into a binary stream
C. Serialization is the act of taking in-memory data into a file XML or JSON
D. Serialization is a mechanism of converting the state of an object list into a stream and stored on the server-side
Exit 44