Skip to content

Commit

Permalink
Update serialization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie authored May 9, 2024
1 parent 27c1af0 commit c04170d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/how_to/serialization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [How to Serialize Traces for Storage](@id how_to_serialize)

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).
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).


An example:
Expand Down

0 comments on commit c04170d

Please sign in to comment.