Skip to content

Release v7.9.3

Choose a tag to compare

@github-actions github-actions released this 14 May 06:39
223e69a

Changed

  • Register derived types for non-system base classes in addition to the primary target type so polymorphic deserialization can resolve by base class without explicit targetType.
  • Preserve existing validation semantics for ambiguous targets and target mismatches.

Added

  • Serialization specs covering base-class derived type lookup and HasDerivatives behavior for known base types.
  • Documentation clarifying backend target resolution and frontend runtime candidate resolution from both field derivatives and runtime derived-type registry.