Skip to content

Commit 3cb2488

Browse files
committed
always output serializedName and serializedPath
1 parent 0ce52a9 commit 3cb2488

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

serializer.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ given class:
514514
| | ] |
515515
| | "maxDepth" => 1, |
516516
| | "serializedName" => "book_name" |
517+
| | "serializedPath" => null |
517518
| | "ignore" => false |
518519
| | "normalizationContexts" => [], |
519520
| | "denormalizationContexts" => [] |
@@ -523,6 +524,7 @@ given class:
523524
| | "book:read", |
524525
| | ] |
525526
| | "maxDepth" => null, |
527+
| | "serializedName" => null |
526528
| | "serializedPath" => [data][isbn] |
527529
| | "ignore" => false |
528530
| | "normalizationContexts" => [], |

0 commit comments

Comments
 (0)