-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement serialization with msgpack library (#1716)
* Implement serialization with msgpack library - encode custom python objects with a msgpack extension type, with constructor path string, and args encoded as nested msgpack doc * Smaller msgpack extension types * Update lock files * lock * Don't delegate to pydantic json * Fix kafka serde - should use our serializer to load, as inputs to subgraphs are serialized using it
- Loading branch information
Showing
12 changed files
with
895 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.