Cst556 Distributed Applications for .NET with Mono 2 ...

2.b.11 Custom Serialization of Nested Objects • Example of Custom Serialization: CustomSerial.cs • Xml serialization is designed to only work for public properties.-You can serialize private properties using SOAP or Binary Serialization. • The XmlSerializer does not call GetObjectData or the deserializing constructor, so custom ... ................
................