
15.04.2008, 13:37
|
|
Регистрация: Dec 2007
Сообщений: 269
|
If a class does not implement, nor inherits from a class which implements, the IExternalizable interface, then an instance of the class will be serialized using the default mechanism of public members only. As a result, private, internal, and protected members of a class will not be available.
To serialize private members, a class must use the IExternalizable interface.
|