Skip to content
Snippets Groups Projects

High level API serialization

Merged Daniel Hornung requested to merge f-high-level-serialize into dev
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -688,9 +688,11 @@ class CaosDBPythonEntity(object):
Parameters
----------
without_metadata: bool, optional
If True don't set the metadata field in order to increase
readability. Not recommended if deserialization is needed.
plain_json: bool, optional
If True, serialize to a plain dict without any additional information besides the property values,
name and id. This should conform to the format as specified by the json schema generated by the
Loading