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 8912dec commit f90cb01Copy full SHA for f90cb01
docs/polymorphism.md
@@ -420,7 +420,7 @@ A sealed parent interface or class can be used to directly register all its chil
420
This will allow serializing the children using open polymorphism without the need to register each one individually.
421
422
If one of the type's subclasses is a sealed serializable class on its own, its subclasses are registered recursively
423
-as well. However, if one of the type's subclasses is an open polymorphic class, an [IllegalArgumentException] is thrown.
+as well. However, if one of the type's subclasses is an open polymorphic class, an `IllegalArgumentException` is thrown.
424
In other words, all children/descendants must be either concrete or sealed.
425
426
<!--- TEST -->
0 commit comments