Skip to content

Commit 03d740f

Browse files
author
matmoncon
committed
docs: update docs on serialization
1 parent e5054e8 commit 03d740f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ print(end_node) # <Developer>
12041204

12051205
#### Serializing models <a name="serializing-models"></a>
12061206

1207-
When serializing models to a dictionary or JSON string, the models `element_id and id` fields are `automatically added` to the corresponding dictionary/JSON string when calling Pydantic's `dict()` or `json()` methods. Furthermore, functionality like `aliases` and `exclusion of fields` are available for both the element_id and id field out of the box.
1207+
When serializing models to a dictionary or JSON string, the models `element_id and id` fields are `automatically added` to the corresponding dictionary/JSON string when calling Pydantic's `dict()` or `json()` methods.
12081208

12091209
#### Hooks <a name="hooks"></a>
12101210

0 commit comments

Comments
 (0)