R
Romain TAILLANDIER
hi group
throw the XmlSerializer class, public properties/variable are code to xml,
and private aren't.
i can put an [XmlIgnore] attribut to force the serializer to not serialise a
public member, but how can i do to force the serializer to take care about a
private member ?
clearly what's the opposite of [XmlIgnore] ?
I try to dynamically put the attribute to XmlIgnore(false) or something like
that, but don't seems to work.
thanks for any help
ROM
throw the XmlSerializer class, public properties/variable are code to xml,
and private aren't.
i can put an [XmlIgnore] attribut to force the serializer to not serialise a
public member, but how can i do to force the serializer to take care about a
private member ?
clearly what's the opposite of [XmlIgnore] ?
I try to dynamically put the attribute to XmlIgnore(false) or something like
that, but don't seems to work.
thanks for any help
ROM