object writing

  • Thread starter Thread starter An Ony
  • Start date Start date
A

An Ony

Hi,

I knew you could do this with java - I think it was the interface
"Serializable" - can you do this with C# too?
I'm looking for a way to binary write a whole ArrayList. Can this be done?


thx
 
An Ony said:
I knew you could do this with java - I think it was the interface
"Serializable" - can you do this with C# too?
I'm looking for a way to binary write a whole ArrayList. Can this be done?

Look up serialization in the MSDN and you'll find examples etc.
 

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