Serializing an array of class instance to XML

  • Thread starter Thread starter Jax
  • Start date Start date
J

Jax

I'm figuring i need some special attributes in my class for it to serialize
a whole array of classes or an arraylist of objects, i can do one at a time
but i now need 150 of them and i'm looking for a better solution. Every time
i try i get an exception.
The on-line documentation has only got me so far.
Can someone tell me where to look?

Many thanks
jax
 
can you provide more detailed information

i don't see any problem with SoapFormatter to Serialize an object with a
whole array of other objects in it
 
Back
Top