Interface CBProtocolMessageSerializerType<T extends CBProtocolMessageType>

Type Parameters:
T - The precise type of protocol message
All Known Subinterfaces:
CBProtocolMessageVersionedSerializerType<T>

public interface CBProtocolMessageSerializerType<T extends CBProtocolMessageType>
The type of serializers for protocol messages.
  • Method Details