sse_encode_on_incomming_call method

  1. @protected
void sse_encode_on_incomming_call(
  1. OnIncommingCall self,
  2. SseSerializer serializer
)
override

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);
}