Respuesta :

Serialization (or serialisation) in computing is the process of converting a data structure or object state into a format that can be stored, transmitted and later reconstructed.

It is possible to make a semantically exact copy of the original object by using the resultant series of bits, which may be reread in accordance with the serialization style. This method is difficult for numerous complicated objects, such as those that heavily rely on references. Any associated methods that were once attached to object-oriented objects are not included in their serialization.In some contexts, marshalling an object also refers to the process of serializing an object. Deserialization, on the other hand, extracts a data structure from a stream of bytes (also called unserialization or unmarshalling).

For more info about 'Serialization' click on below link - https://brainly.com/question/12972812

#SPJ4