Is there are way to serialize an object to a file using C#, and then later, deserialize it from another application I’ve built using the Ruby language?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you serialize it to XML there should not be a problem to deserialize it in Ruby. Google can point you to a gem to handle it.
If you use IronRuby, it usea the same .NET assemblies as c#. if so the process should (in theory) be transparant then.