Arc Forum
new
|
comments
|
leaders
|
submit
login
3 points
by
akkartik
2372 days ago |
link
|
parent
I have an old fork (
https://github.com/akkartik/arc
) that has an extensible generic pair of functions called
serialize
and
unserialize
which emit not just the value but also tagged with its type.
read
and
write
are built atop them.