M
Mark Rendle
If I derive a [Serializable] class from DataSet and add a value-type member
to it, then that member is serialized (using SoapFormatter) without a
problem. However, if I add a reference-type member it does not get
serialized, even though the class for the member has the Serializable
attribute. Is there any way I can get the reference-type members to be
serialized?
Cheers,
Mark
to it, then that member is serialized (using SoapFormatter) without a
problem. However, if I add a reference-type member it does not get
serialized, even though the class for the member has the Serializable
attribute. Is there any way I can get the reference-type members to be
serialized?
Cheers,
Mark