Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: nodejs#47458 Reviewed-By: Darshan Sen <raisinten@gmail.com>
- Loading branch information