ksrpc-binary-ktor

Binary data adapter that bridges ktor's ByteReadChannel onto the transport-agnostic RpcBinaryData interface. Add this module to your classpath when you need to pass ktor byte channels through ksrpc without ksrpc-core depending on ktor-io directly.

Packages

Link copied to clipboard
common

ByteReadChannelBinaryData, plus ByteReadChannel.asRpcBinaryData() and RpcBinaryData.asByteReadChannel() extension functions.