Trouble serializing an array...

I've tried serializing an array and an arrayList and still can't get it to deserialize. It seems to serialize OK, I think.

Any tips for serializing/deserializing arrays

Thanks

Devin



Answer this question

Trouble serializing an array...

  • A.Y. Faizal Ahmd

    Please provide more information about the failure. Does it throw an exception or do you get an invalid array Also please specify if you are using XmlSerializer or the BinaryFormatter.

    Thanks



  • Trouble serializing an array...