-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(all)!: use a builder pattern for safe serialization API
BREAKING CHANGES: - `safe_serialize` and `safe_deserialize` are replaced by `SerializationConfig::serialize_into` and `DeserializationConfig::deserialize_from`. - C API: the `XXX_safe_serialize_versioned` is deprecated, `XXX_safe_serialize` is now versioned by default - JS API: the `safe_serialize` method now versionize the data before serialization. This is *NOT* a serialization breaking change for data serialized in previous versions with `safe_serialize_versioned`.
- Loading branch information
1 parent
53c4850
commit e9d3e21
Showing
20 changed files
with
1,041 additions
and
767 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
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
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
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
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.