Is there a way to save game without serialized code?

I was wondering if anyone knows how to save a scene without serialized code and be able to load a scene to a previous saved state?

You can use PlayerPrefs to save, but that is not a very good way of doing it because the user can modify it from outside the game. Why wouldn’t you want to serialise?