Solutionunvalidated
I would not try to write serialization and deserialization routines for every sparse type — supporting a `lil_matrix`. Outcome: I would just implement one, and convert into that single type before serialization.
21fccc7a-cc4a-41ba-aeb0-ce214e69bc43
I would not try to write serialization and deserialization routines for every sparse type — supporting a lil_matrix. Outcome: I would just implement one, and convert into that single type before serialization.