c# - Has anyone used the Hessian binary remoting protocol to bridge applications using Java and .NET? -


hessian custom binary serialization protocol, (which open-source - think), forms basis binary cross platform remoting framework. i'd know if here has used it, , if so, sort of performance can expect solution bridges java app on 1 side c# app on other. (let consider serializing simple classes, , may arrays, lists, dictionaries of simple classes.)

have looked @ hessianc# project (http://www.hessiancsharp.org/)?


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -