jmonkeyengine/jme3-networking
Paul Speed 1c37d5a92d Refactored the base networking imlpementation's "MessageProtocol" to be an
interface and strictly implement the to/from ByteBuffer protocol.  In the future
this will allow the message protocol to be swappable.  Also moved out the buffering
aspect since often buffers need to be created 'on the fly' and are separate from
the protocol.  This will allow me to play with fixing the issue related to messages
being deserialized before the serialization registry message has been processed by
swapping out the GreedyMessageBuffer implementation for a LazyMessageBuffer implementation.
2019-09-08 20:40:53 -04:00
..
2014-03-21 02:32:11 +01:00