Closed gatkin closed 6 years ago
Serialization fails if a namedtuple or object value is None when the processor attempts to convert the namedtuple or object to a dictionary by calling _asdict() or __dict__ on the None value.
_asdict()
__dict__
Serialization fails if a namedtuple or object value is None when the processor attempts to convert the namedtuple or object to a dictionary by calling
_asdict()
or__dict__
on the None value.