Skip to content

src: split BlobSerializer/BlobDeserializer

Rodrigo Muino Tomonari requested to merge github/fork/joyeecheung/blob-serdes into main

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).

Merge request reports

Loading