Skip to content

Commit 2c88dc8

Browse files
jschaedlOskarStark
authored andcommitted
Improve debug:serializer command documentation by adding serializedPath
1 parent 9ca8dc1 commit 2c88dc8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

serializer.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -511,20 +511,22 @@ given class:
511511
| | "groups" => [ |
512512
| | "book:read", |
513513
| | "book:write", |
514-
| | ] |
514+
| | ], |
515515
| | "maxDepth" => 1, |
516-
| | "serializedName" => "book_name" |
517-
| | "ignore" => false |
516+
| | "serializedName" => "book_name", |
517+
| | "serializedPath" => null, |
518+
| | "ignore" => false, |
518519
| | "normalizationContexts" => [], |
519520
| | "denormalizationContexts" => [] |
520521
| | ] |
521522
| isbn | [ |
522523
| | "groups" => [ |
523524
| | "book:read", |
524-
| | ] |
525+
| | ], |
525526
| | "maxDepth" => null, |
526-
| | "serializedName" => null |
527-
| | "ignore" => false |
527+
| | "serializedName" => null, |
528+
| | "serializedPath" => [data][isbn], |
529+
| | "ignore" => false, |
528530
| | "normalizationContexts" => [], |
529531
| | "denormalizationContexts" => [] |
530532
| | ] |

0 commit comments

Comments
 (0)