oct0202
Serialization/Deserialization
I have a Windows Forms C# application, where I have multiple classes(like Board, Context, Layout, Referee, and so on). The thing is that I need to Save Game/Load Game, and my assignment is about serialization, but never did it before. Which classes should I json convert, and where to store all that .json information? So that I can Load that game. Thanks.
3 replies