ksrpc-jni
JNI bridge for Kotlin/Native to JVM interop. A JVM client connects to a service hosted in a Kotlin/Native shared library with KsrpcNativeHost.connect, supplying a native binding that delegates to ksrpcHostConnection; calls cross the JNI boundary using a compact binary serialization format (JniSer/JniSerialized) rather than JSON. Use this module when embedding a Kotlin/Native ksrpc service inside a JVM host via shared libraries.
JNI bridge for Kotlin/Native to JVM interop. A JVM client connects to a service hosted in a Kotlin/Native shared library with KsrpcNativeHost.connect, supplying a native binding that delegates to ksrpcHostConnection; calls cross the JNI boundary using a compact binary serialization format (JniSer/JniSerialized) rather than JSON. Use this module when embedding a Kotlin/Native ksrpc service inside a JVM host via shared libraries.
JNI bridge for Kotlin/Native to JVM interop. A JVM client connects to a service hosted in a Kotlin/Native shared library with KsrpcNativeHost.connect, supplying a native binding that delegates to ksrpcHostConnection; calls cross the JNI boundary using a compact binary serialization format (JniSer/JniSerialized) rather than JSON. Use this module when embedding a Kotlin/Native ksrpc service inside a JVM host via shared libraries.