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 74d51d8 commit d489d96Copy full SHA for d489d96
docs/polymorphism.md
@@ -159,7 +159,7 @@ A `type` key is added to the resulting JSON object as a _discriminator_.
159
160
<!--- TEST -->
161
162
-Pay attention to the small, but very important detail in the above example that is related to [Static types][#static-types]:
+Pay attention to the small, but very important detail in the above example that is related to [Static types](#static-types):
163
the `val data` property has a compile-time type of `Project`, even though its run-time type is `OwnedProject`.
164
When serializing polymorphic class hierarchies you must ensure that the compile-time type of the serialized object
165
is a polymorphic one, not a concrete one.
0 commit comments