Skip to content

Commit 959f23c

Browse files
committed
Clarified docs
1 parent 123ac67 commit 959f23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PARAMETER_DEPENDENCY_SERIALIZATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document explains how to serialize and deserialize `Parameter` objects that
44

55
## Overview
66

7-
Parameters with dependencies can now be serialized to dictionaries (and JSON) while preserving their dependency relationships. After deserialization, the dependencies are automatically reconstructed using the `unique_name` attribute to match parameters.
7+
Parameters with dependencies can now be serialized to dictionaries (and JSON) while preserving their dependency relationships. After deserialization, the dependencies are automatically reconstructed using the `dependency_id` attribute to match parameters, with `unique_name` attribute being used as a fallback.
88

99
## Key Features
1010

0 commit comments

Comments
 (0)