what is describilisation (folloooooow meeeee)
Answers
Answered by
0
Answer:
Serialization is the process of converting an object into a stream of bytes to store the object or transmit it to memory, a database, or a file. Its main purpose is to save the state of an object in order to be able to recreate it when needed. The reverse process is called deserialization.
hope it is helpful please mark me as brainliest
I am already following
Answered by
0
Answer:
Explanation:
Deserialization is the reverse process; taking the raw data (from a file, from an incoming network socket, etc) and reconstructing the object model.
Similar questions