Search⌘ K
AI Features

Challenge: Serializing as XML

Explore how to serialize and deserialize a list of shapes using XML in C#. Understand how to maintain read-only properties such as Area during the process and produce accurate output after deserialization.

We'll cover the following...

Problem statement

Creates a list of shapes, uses serialization to save it to ...