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

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

php - facebook and github login HWIOAuthBundle and FOSUserBundle in Symfony2.1 -

hadoop - Sqoop installation export and import from postgresql -