We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4317174 commit 11385f0Copy full SHA for 11385f0
1 file changed
docs/intro/loading-and-saving-data.rst
@@ -32,3 +32,20 @@ Using the Book and Author resources presented in the :doc:`creating-resources` s
32
deserialization of data.
33
34
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