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
This doesn't match the deserialize API which has a preparer function that can be used to modify the cstruct before passing to children and or validation.
The text was updated successfully, but these errors were encountered:
Currently when you serialize values, there is no preparer step before passing it off to the sub-types (in the case of the MappingSchema)
colander/colander/__init__.py
Lines 2276 to 2293 in 141263a
this means we can not influence the appstruct before passing it off to the various subtypes in the mapping schema
https://github.com/Pylons/colander/blob/master/colander/__init__.py#L811-L818
This doesn't match the
deserialize
API which has apreparer
function that can be used to modify thecstruct
before passing to children and or validation.The text was updated successfully, but these errors were encountered: