pub fn pythonize_custom<P, T>(py: Python<'_>, value: &T) -> Result<PyObject> where
    T: ?Sized + Serialize,
    P: PythonizeTypes
Expand description

Attempt to convert the given data into a Python object. Also uses custom mapping python class for serialization.