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
Post a Comment