.NET Object Serialization and Persistence

Appendix E shows a class “Antonio” that implements the interface of Figure 1. This class has an integer as attribute and a reference to the same type of the class (Antonio). The serialize method is recursive, write the attribute (integer) and call recursively to the serialize method of the reference. ................
................