Question d’entretien chez Cognizant

Can you explain serialization and deserialization?

Réponse à la question d'entretien

Utilisateur anonyme

10 nov. 2023

Serialization is a mechanism of converting the state of an object in to a byte stream. Deserializatuon is the reverse process where the byte stream is used to recreate the actual java object in memory.