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