Skip to content

Commit 11385f0

Browse files
committed
Reference other codecs
1 parent 4317174 commit 11385f0

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/intro/loading-and-saving-data.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,20 @@ Using the Book and Author resources presented in the :doc:`creating-resources` s
3232
deserialization of data.
3333

3434
Similarly data can be deserialized back into an object graph using the :py:meth:`odin.codecs.json_codec.loads` method.
35+
36+
37+
Other file formats
38+
==================
39+
40+
Odin includes codecs for many different file formats including:
41+
42+
- :doc:`../ref/codecs/yaml_codec`
43+
- :doc:`../ref/codecs/toml_codec`
44+
- :doc:`../ref/codecs/msgpack_codec`
45+
- :doc:`../ref/codecs/xml_codec` [#f1]_
46+
47+
Or using each resource as a row:
48+
49+
- :doc:`../ref/codecs/csv_codec`
50+
51+
.. [#f1] XML is write only

0 commit comments

Comments
 (0)