.. java:import:: java.nio ByteBuffer .. java:import:: rsb ParticipantId .. java:import:: rsb.protocol EventIdType.EventId .. java:import:: com.google.protobuf ByteString EventIdConverter ================ .. java:package:: rsb.converter :noindex: .. java:type:: public class EventIdConverter implements Converter A converter for \ :java:ref:`rsb.EventId`\ instances. :author: jwienke Constructors ------------ EventIdConverter ^^^^^^^^^^^^^^^^ .. java:constructor:: public EventIdConverter() :outertype: EventIdConverter Creates a new converter instance. Methods ------- deserialize ^^^^^^^^^^^ .. java:method:: @Override public UserData deserialize(String wireSchema, ByteBuffer buffer) throws ConversionException :outertype: EventIdConverter getSignature ^^^^^^^^^^^^ .. java:method:: @Override public ConverterSignature getSignature() :outertype: EventIdConverter serialize ^^^^^^^^^ .. java:method:: @Override public WireContents serialize(Class typeInfo, Object obj) throws ConversionException :outertype: EventIdConverter