Commit 4431df7
src: split BlobSerializer/BlobDeserializer
This patch splits BlobSerializer and BlobDeserializer out of
SnapshotSerializer and SnapshotDeserializer. The child classes
can implement serialization methods for custom types on top
of BlobSerializer/BlobDeserializer for conversions between
native types and binary blobs. This allows us to reuse the
classes for other cases (e.g. SEA blobs).
PR-URL: #47458
Reviewed-By: Darshan Sen <raisinten@gmail.com>1 parent f8581e7 commit 4431df7Copy full SHA for 4431df7
File tree
Expand file treeCollapse file tree
2 files changed
+169
-100
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
2 files changed
+169
-100
lines changedOpen diff view settings
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
534 | 534 | |
535 | 535 | |
536 | 536 | |
| 537 | + |
537 | 538 | |
538 | 539 | |
539 | 540 | |
|
0 commit comments