SerializedChannel
interface SerializedChannel<T> : SuspendCloseableObservable, ContextContainer, KsrpcEnvironment.Element<T>
A multi-channel interface for serialized communication, generally shouldn't need to interact directly with this, instead use either ChannelClient or ChannelHost to reference a SerializedService instead.