tcp - Kryonet server send raw byte array -


simple question, possible send raw byte array packet kryonet? client doesn't use kryonet , read bytes

thanks

kryonet based on simple tcp communication via nio along build-in kryo serialization. kryonet without kryo serialization tcp client/server, nothing more.

or if want simple solution, can create wrapper entity having 1 attribute in form of byte[] , use customer serializer serialize byte[]. it's fastest way proof of concept etc.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -