Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the bug that causes properties in base type of one derived structure type not get serialized/deserialized. #84

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

JX-Master
Copy link
Owner

[Runtime]Adds one new get_struct_properties function that will return properties of base type for one structure type.
[Runtime]Fix the bug that causes properties in base type of one derived structure type not get serialized/deserialized.

…rn properties of base type for one structure type.

[Runtime]Fix the bug that causes properties in base type of one derived structure type not get serialized/deserialized.
@JX-Master JX-Master added bug Something isn't working Runtime Issues related to Runtime module. labels Nov 13, 2024
@JX-Master JX-Master added this to the v0.9 milestone Nov 13, 2024
@JX-Master JX-Master self-assigned this Nov 13, 2024
@JX-Master JX-Master merged commit 9f0b109 into main Nov 13, 2024
24 checks passed
@JX-Master JX-Master deleted the issue-83 branch November 13, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Runtime Issues related to Runtime module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

serialize and deserialize will not serialize/deserialize properties in base class for derived class types.
1 participant