We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are several ways in which serialization is not the same in several places:
Schema
_leaves
Serialization is also not "usable":
dict
cls
module
This should be made symmetric and usable.
._deep_flat_encode
.encode
_path
Document
ibis
The text was updated successfully, but these errors were encountered:
blythed
No branches or pull requests
There are several ways in which serialization is not the same in several places:
Schema
vs inline)._leaves
.Serialization is also not "usable":
dict
isn't sustainable for users.cls
andmodule
unnecessary.This should be made symmetric and usable.
._deep_flat_encode
for all leafs #2028.encode
with._deep_flat_encode
#2029Schema
an option for MongoDB #2030cls
,module
,dict
with_path
and the rest #2031Schema
from data #2042Document
wrapping optional on insert #2043ibis
to enable auto-inference of output schema #2044The text was updated successfully, but these errors were encountered: