writeTo method

void writeTo(
  1. TeleportObjectWriter scope
)

Implementation

void writeTo(TeleportObjectWriter scope) {
    scope.writeInt32Field(fieldIdNextSequenceId, nextSequenceId);
    scope.writeBoolField(fieldIdResumable, resumable);
    scope.writeStringField(fieldIdUploadId, uploadId);
}