Hi,
we have a problem integrating the hessian c# implementation in our API. The JAVA Hessian works very fine but using the Hessian C# the login does not work because the answer of our server can not deserialized. The Answer class is attached.
The error which shows the Hessian c#:
hessiancsharp.io.CHessianException: unknown code:z
bei hessiancsharp.client.CHessianMethodCaller.DoHessianMethodCall(Object[] arrMethodArgs, MethodInfo methodInfo) in c:\downloads\HessianCSharp_1_3_3\HessianCSharp\HessianCSharp\hessiancsharp\client\CHessianMethodCaller.cs:Zeile 227.
Problem is solved. I have to write my own serializer and an add method to add them to the serializer factory.