Class SerializerMessageProtocol

java.lang.Object
com.jme3.network.base.protocol.SerializerMessageProtocol
All Implemented Interfaces:
MessageProtocol

public class SerializerMessageProtocol extends Object implements MessageProtocol
Implements a MessageProtocol providing message serializer/deserialization based on the built-in Serializer code.

The protocol is based on a simple length + data format where two bytes represent the (short) length of the data and the rest is the raw data for the Serializers class.

  • Constructor Details

    • SerializerMessageProtocol

      public SerializerMessageProtocol()
  • Method Details