List desiralization problem

  • Thread starter Thread starter hisabir
  • Start date Start date
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.
 
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.

You going to have to give us more than that. Some source code, and
maybe a snapshot of the XML also.
 
You going to have to give us more than that. Some source code, and
maybe a snapshot of the XML also.- Hide quoted text -

- Show quoted text -

How do you serialize/deserialize the data?..Could not make out the
exact scenario.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top