Comment serialization cleanup part 3: Move serializedFields to base.
Review Request #13657 — Created March 21, 2024 and submitted
This is step 3 of the comment serialization cleanup. The way that diff
comments are serialized/deserialized is very different from the way that
file attachment comments are handled. For file attachment comments (and
screenshot comments), we automatically pull out several keys from the
first comment in each block's serialized comment array using the block
model'sserializedFields
list.Diff comments currently use a very different format, and are
deserialized differently. A later change will update the diff comments
to use the same serialization style as attachment/screenshot comments.
This change prepares for that by moving theserializedFields
list down
fromFileAttachmentCommentBlock
intoAbstractCommentBlock
.
Ran js-tests.
- Commits:
-
Summary ID 48c8789249708cd635ff82c2ad4acb70a7d04c92 543c250d3db817c04d846fd92a3aeeecda7f6baf