On Mon, 2010-12-20 at 15:41 +0100, Adam Kaminiecki wrote: > Hi, > > I have a question and I need your answer. > Please reply as fast you can. > > > Is it possible to send serialized object from C# client to Java client? > > Will it work? Types will be maped properly? Are any conditions when its > work or not? >
Serialization between Java and .NET is not compatible, so you can't send an ObjectMessage between Java and .NET clients. Regards -- Tim Bish ------------ FuseSource Email: [email protected] Web: http://fusesource.com Twitter: tabish121 Blog: http://timbish.blogspot.com/
