doesn't follow convention of serde naming
Opened this issue · 1 comments
Stargateur commented
serde advice to name serializer and deserializer respectively to_ and from_.
pythonize
=> to_pyobject
depythonize_bound
=> from_bound
davidhewitt commented
I'm not sure how I feel about this changing this one. It was originally pythonize
and depythonize
, and I was quite happy with that. The _bound
suffix is intended to be temporary.