>I have some code that serializes an array of objects:
>
[quoted text clipped - 16 lines]
>
>I get an error.
Which is?
>Somehow my theory is that the <ArrayOfPurchase> token is not
>being recognized properly in deserialization. How can I get this to work
>bidirectionallly?
I haven't tried your code just now, but if you are actually using these
exact lines you posted, you're passing in the wrong type to the serializer
when loading. It should be Purchase[], not Purchase.
Would be better to post this kind of question to ...dotnet.xml, by the way.
Oliver Sturm

Signature
Expert programming and consulting services available
See http://www.sturmnet.org (try /blog as well)