oct0202
oct0202
CC#
Created by oct0202 on 4/22/2024 in #help
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