I have a panel in windows Form, including picture boxes, labels, etc. I supposed that it is possible to save the values of the control as a string in JSON format and then restore them by deserializing. but, as I have images in the PictureBox, it takes a lot of memory to save them as a string in the JSON file. Is there any alternative approach for saving the panel?
Thanks in advance