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 0ce52a9 commit 3cb2488Copy full SHA for 3cb2488
serializer.rst
@@ -514,6 +514,7 @@ given class:
514
| | ] |
515
| | "maxDepth" => 1, |
516
| | "serializedName" => "book_name" |
517
+ | | "serializedPath" => null |
518
| | "ignore" => false |
519
| | "normalizationContexts" => [], |
520
| | "denormalizationContexts" => [] |
@@ -523,6 +524,7 @@ given class:
523
524
| | "book:read", |
525
526
| | "maxDepth" => null, |
527
+ | | "serializedName" => null |
528
| | "serializedPath" => [data][isbn] |
529
530
0 commit comments