flatironinstitute / SkellySim

Hydrodynamic Cytoskeleton Simulator
https://users.flatironinstitute.org/~rblackwell/py-skellysim
Apache License 2.0
23 stars 2 forks source link

Correctly tag Eigen types for serialization #32

Open cedelmaier opened 1 year ago

cedelmaier commented 1 year ago

Currently we use a bunch of hacks and workarounds for Eigen serialization via msgpack. We should really combine everything in eigen_matrix_plugin.h and eigen_quaternion_plugin.h into serialization.hpp to be consistent. We should also come up with a way to encode/decode the eigen structures with something that is not a string.