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

Java 8 - Kryo v4 and more... #156

Open joaquinodz opened 4 years ago

joaquinodz commented 4 years ago

This is a re-upload of #118 with a couple things i added.

somixyz commented 4 years ago

looks really good

joaquinodz commented 4 years ago

I was going to use lambda operators and switch expressions but i don't know if that will affect backwards compatibility.

What do you think @NathanSweet ?

GiantFrog commented 3 years ago

Is this going to be merged in, sometime? I'm looking for a good networking library and would really like to use Java 8!

Maybe it's not the place to ask, but can I use this code somehow instead of the master branch?