mirror of
https://github.com/USCiLab/cereal.git
synced 2025-07-20 18:52:00 +02:00
11 lines
201 B
HTML
11 lines
201 B
HTML
---
|
|
layout: default
|
|
title: Serialization Archives
|
|
---
|
|
|
|
{% capture serialization_archives %}
|
|
{% include serialization_archives.markdown %}
|
|
{% endcapture %}
|
|
{{ serialization_archives | markdownify }}
|
|
|