S
Shawn Wildermuth
Serialization is meant to be bidirectional, so unless your object can be
set, the XML Serializer doesn't think it can re-hydrate your object so it
doesn't serilaize it. BTW, [Serializable] isn't required if you're using
XmlSerilization...they are two entirely different serialization strategies
(XML Serialization vs. std serializaition).
HTH
Shawn Wildermuth
http://adoguy.com
set, the XML Serializer doesn't think it can re-hydrate your object so it
doesn't serilaize it. BTW, [Serializable] isn't required if you're using
XmlSerilization...they are two entirely different serialization strategies
(XML Serialization vs. std serializaition).
HTH
Shawn Wildermuth
http://adoguy.com