Exemplo n.º 1
0
 public int sizeOf(Event evnt)
 {
     return(sizeOf(HiddenAccessN.GetSerializationType(evnt), evnt));
 }
Exemplo n.º 2
0
        public void serialize(ByteBuffer buffer, Event evnt)
        {
            byte type = HiddenAccessN.GetSerializationType(evnt);

            serialize(buffer, type, evnt);
        }