How to store class array into file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am using the CF.NET which doesn't support serialization, so I am trying to
do it myself.

I have a class array which I am trying to store to a file using a binary
writer.

Is there a way of doing this without looping through each element in the
class array and storing the class members individually?

Does anyone have a sample?

Thanks,

Opa
 

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