Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

If I serialize an object in C#, can I deserialize the object using any other language like Java?
Posted

Serialisation is just the act of recording the state of an object, and can be done in many ways. For an object to be serialised in one language, and ressurected in another language, all that needs to be done is for both languages to have a definition of that object and a means of serialising and deserialising that object. This is done very often in the case of Web Services etc.
 
Share this answer
 
Comments
Mehdi Gholam 26-Nov-11 1:11am    
5'ed
Wayne Gaylard 26-Nov-11 1:16am    
Thanks!
[no name] 26-Nov-11 21:39pm    
my 5
Have a look at similar Question-Answer discussion below.

How to deserialize xml data from c# to java?
 
Share this answer
 
Comments
Mehdi Gholam 26-Nov-11 1:12am    
5'ed
RaisKazi 26-Nov-11 1:21am    
Thank you Mehdi.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900