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.
 
Back
Top