sse_encode_on_incomming_call method
Implementation
@protected
void sse_encode_on_incomming_call(
OnIncommingCall self,
SseSerializer serializer,
) {
// Codec=Sse (Serialization based), see doc to use other codecs
sse_encode_i_32(self.index, serializer);
}