I have this class:
but then when I deserialize all my costum attributes are lost... What I'm I doing wrong?Code:class Toy : ListViewItem { //costum attributes //constructor (this has to be like this so it can deserialize) public Toy(SerializationInfo info, StreamingContext context) : base(info, context) { } }
Thank you very much (sorry for making so many questions o this foruns xD)




Reply With Quote