ksrpc-jni

JNI bridge for Kotlin/Native to JVM interop. Provides a compact binary serialization format (JniSer/JniSerialized) and a NativeConnection that passes ksrpc calls across the JNI boundary without JSON round-tripping. Use this module when embedding a Kotlin/Native ksrpc service inside a JVM host (or vice versa) via shared libraries.

JNI bridge for Kotlin/Native to JVM interop. Provides a compact binary serialization format (JniSer/JniSerialized) and a NativeConnection that passes ksrpc calls across the JNI boundary without JSON round-tripping. Use this module when embedding a Kotlin/Native ksrpc service inside a JVM host (or vice versa) via shared libraries.

JNI bridge for Kotlin/Native to JVM interop. Provides a compact binary serialization format (JniSer/JniSerialized) and a NativeConnection that passes ksrpc calls across the JNI boundary without JSON round-tripping. Use this module when embedding a Kotlin/Native ksrpc service inside a JVM host (or vice versa) via shared libraries.

Packages

Link copied to clipboard
native
native
Link copied to clipboard
common
native

JniSerialization, JniSer, JniSerialized, JniEncoder/JniDecoder, type converters, and the NativeConnection that dispatches ksrpc calls across JNI.