public int sizeOf(Event evnt) { return(sizeOf(HiddenAccessN.GetSerializationType(evnt), evnt)); }
public void serialize(ByteBuffer buffer, Event evnt) { byte type = HiddenAccessN.GetSerializationType(evnt); serialize(buffer, type, evnt); }