writeTo method

void writeTo(
  1. TeleportObjectWriter scope
)

Implementation

void writeTo(TeleportObjectWriter scope) {
    scope.writeStringField(fieldIdResultJson, resultJson);
    scope.writeStringField(fieldIdCallId, callId);
}