502
503
yield pack_writer.begin()
503
504
yield pack_writer.bytes_record(src_format.network_name(), '')
504
505
for substream_type, substream in stream:
506
514
if record.storage_kind in ('chunked', 'fulltext'):
507
515
serialised = record_to_fulltext_bytes(record)