i am trying to deserlize XML against the class which has this an indexed property, the deserializer just skips this indexed property, it's not setting it.
I remember reading somewhere XML serialization does not convert methods, indexers, private fields, or read-only properties (except read-only collections). am i correct?
how can i serialize/deserialize an indexed property?
Any idea why?
I remember reading somewhere XML serialization does not convert methods, indexers, private fields, or read-only properties (except read-only collections). am i correct?
how can i serialize/deserialize an indexed property?
Any idea why?