As Unity describes serialization is basically happening everywhere in the game engine. When you save a scene in your game for instance Scene_1.unity - this file is a serialized representation of your scene and what Unity really does when you double click on your “.unity” file is then deserialize the file into an object representation ...