Indexed property serialization

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saudamini
    New Member
    • Jul 2008
    • 1

    Indexed property serialization

    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?
Working...