kryonet icon indicating copy to clipboard operation
kryonet copied to clipboard

Transmitting and receiving pure byte stream

Open lewisxy opened this issue 4 years ago • 0 comments

This is library satisfies all my needs except I found out it can only transmit and receive Java Objects, which is not desirable for all applications. This is especially problematic when I want to implement client or server in languages other than Java. I am wondering whether there is a workaround for this, for example transmitting/receiving data in byte streams without interpret them as Java objects.

lewisxy avatar Sep 29 '19 19:09 lewisxy