Serialization java to c#
Posted
by
tom
on Stack Overflow
See other posts from Stack Overflow
or by tom
Published on 2011-01-06T10:51:34Z
Indexed on
2011/01/06
10:53 UTC
Read the original article
Hit count: 208
Hi,
I have manged to serialize an arraylist in java using xstream, send it to my c# application via http and then write that to file (just for now).
The serialized data was an arraylist in java. I want to try and re form this arraylist in c# from the xml i have.
I have been looking at http://code.google.com/p/xstream-dot-net/ to do this. Does anyone know if that is the right way to go or is there a better way of reforming the serialized data in c#?
© Stack Overflow or respective owner