There is no official direct way to access UltraliteJ inside Mono. What I've done is create a data access layer in Java and then sent the serialized results, in a custom class using ProtoBuf, through JNI. Once inside then you can use ProtoBuf.Net to deserialize the results. Regards, Jonathan Is it posible to convert java classes to C# classes?
(17 Aug '12, 11:00)
gregsyb
Replies hidden
Since the classes are usually simple there is no need to convert the Java class to c#. The easiest way is to use the ProtoBuf.Net mechanism to create the same class on the C# side.
(21 Aug '12, 08:47)
J Chapman
|