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

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

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