We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
version-added
polymorphic_serialization
1 parent 938e81d commit f2bc256Copy full SHA for f2bc256
1 file changed
docs/concepts/serialization.md
@@ -609,7 +609,7 @@ print(m.model_dump()) # (1)!
609
610
### Polymorphic serialization
611
612
-/// version-added | v2.12
+/// version-added | v2.13
613
Polymorphic serialization was added as an better alternative to the [serialize as any](#serializing-as-any) behavior, and only
614
applies to Pydantic models and Pydantic dataclasses.
615
///
0 commit comments