Serialization is the process of turning some object into a data format that can be restored later. People often serialize objects in order to save them to storage, or to send as part of communications. The reverse process of serialization is called Deserialization
Source: Serialization