You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/how_to/serialization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# [How to Serialize Traces for Storage](@id how_to_serialize)
2
2
3
-
For emphemeral storage, `Serialization.jl` works well. For long term storage, however, you will likely run into issues serializing function pointers (recall `Trace`s may contain function pointers). For this, you can try the experiemental[`GenSerialization.jl`](https://github.com/probcomp/GenSerialization.jl).
3
+
For emphemeral storage, `Serialization.jl` works well. For long term storage, however, you will likely run into issues serializing function pointers (recall `Trace`s may contain function pointers). For this, you can try the experimental[`GenSerialization.jl`](https://github.com/probcomp/GenSerialization.jl).
0 commit comments