Frontmatter
| id | 8226 |
| title | [Neural Link] Implement toJSON in component.Abstract |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Dec 31, 2025, 1:46 PM |
| updatedAt | Dec 31, 2025, 1:57 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8226 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8200 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 31, 2025, 1:57 PM |
[Neural Link] Implement toJSON in component.Abstract
tobiu added parent issue #8200 on Dec 31, 2025, 1:46 PM
tobiu assigned to @tobiu on Dec 31, 2025, 1:54 PM

tobiu
Dec 31, 2025, 1:57 PM
Input from Gemini:
✦ Implemented
toJSON()insrc/component/Abstract.mjs. The method serializes:
appNamebind(as an array of bound keys)mountedparentIdstateProvider(delegated serialization)windowId
tobiu closed this issue on Dec 31, 2025, 1:57 PM
Objective: Implement the
toJSONmethod insrc/component/Abstract.mjs.Schema: The method should return an object containing (in addition to
core.Baseproperties):appNamebinddatamountedparentIdstateProviderId(if a provider exists)windowIdContext: This is part of the Neural Link serialization epic.