H
hisabir
Hi all
I have some list serialization related problem. if u can help,
I have a "base" class with some function
A "derived" class that contains list object of about 17 length(I m
using string pair class to store key,value and i have its collection
class to store values in "derived" class)
Serialization of "derived" class object is successfull.
but the problem is when i deserialize it again, it returns list with
34 items, first 17 items are empty and next 17 contains data.
what may be the problem and how to solve it.
Thanks in advance.
I have some list serialization related problem. if u can help,
I have a "base" class with some function
A "derived" class that contains list object of about 17 length(I m
using string pair class to store key,value and i have its collection
class to store values in "derived" class)
Serialization of "derived" class object is successfull.
but the problem is when i deserialize it again, it returns list with
34 items, first 17 items are empty and next 17 contains data.
what may be the problem and how to solve it.
Thanks in advance.