Is there a method or library in Java which can deserialize a .net object which was serialized by DataContractSerializer?
My Situation:
I want to create a java-client which can communicate with Microsoft MQ (MSMQ) over http. I want to use the DataContractSerializer in .Net and an Serializer in Java so that .Net can read the content of the message which is serialized by java.