Serializing complex objects

Joseph L. Casale jcasale at activenetwerx.com
Fri Sep 21 12:30:19 EDT 2018


I need to serialize a deep graph only for the purposes of visualizing it to
observe primitive data types on properties throughout the hierarchy.
In my scenario, I cannot attach a debugger to the process which would
be most useful. Using json is not the easiest as I need to chase endless
custom serialization handlers.

Does anyone know of something useful in this case?

Thanks,
jlc



More information about the Python-list mailing list