AbstractPPL.jl
AbstractPPL.jl copied to clipboard
`serialisation` / `deserialisation` of `VarName`
Currently, no mechanism exists to serialise VarName objects into a string, making it awkward to save DynamicPPL VarInfo and MCMCChains objects (see, e.g. here). Thus, it would be helpful to implement helper functions to serialise VarNames to string objects and deserialise such strings if needed.