EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.81k stars 415 forks source link

Transmitting and receiving pure byte stream #155

Open lewisxy opened 4 years ago

lewisxy commented 4 years ago

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.