You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Motivation and Context
This is a child PR of #2616
The changes that this PR introduces is same as the ones that were merged
to `unstable-serde-support` branch before.
Initially, we tried to make commit to unstable-serde-support branch and
merge changes one by one in small PRs. However, in order to make it up
to date with the main branch, we would need to go through a large PR of
over 700 files.
Thus, I decided to create individual PRs that commits directly to `main`
branch.
## Description
- Implements `serde` support to `Blob`
## Testing
- Test checks whether the serialized/de-serialized data matches with the
expected value
## Checklist
NA
----
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
---------
Co-authored-by: John DiSanti <johndisanti@gmail.com>
0 commit comments