Serialz Ws ◉

class Program

// Serialize the Person object to a file BinaryFormatter formatter = new BinaryFormatter(); using (FileStream stream = new FileStream("person.bin", FileMode.Create)) serialz ws