Package-level declarations
JniSerialization, JniSer, JniSerialized, JniEncoder/JniDecoder, type converters, and the NativeConnection that dispatches ksrpc calls across JNI.
JniSerialization, JniSer, JniSerialized, JniEncoder/JniDecoder, type converters, and the NativeConnection that dispatches ksrpc calls across JNI.
JniSerialization, JniSer, JniSerialized, JniEncoder/JniDecoder, type converters, and the NativeConnection that dispatches ksrpc calls across JNI.
Types
Wire-format adapter for the JNI transport. Round-trips successful payloads through JniSer; error frames are carried as CallData.Error by the routing layer (RpcMethod) and encoded natively by JniConnection, so this serializer only handles the success path.
A simple library class which helps with loading dynamic libraries stored in the JAR archive. These libraries usually contain implementation of some methods in native code (using JNI - Java Native Interface).