[
https://issues.apache.org/jira/browse/SLING-11743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17651605#comment-17651605
]
Carsten Ziegeler commented on SLING-11743:
------------------------------------------
The use case I have is passing objects from a maven lifecycle participant to a
maven mojo. Due to different classloaders you can't pass the objects directly
and in my cases I don't have a full feature model which I could convert to/from
JSON either.
Artifacts/Bundles/Configurations were already serializable as these extends
ArrayList, but the contained objects were not. This is closing this gap.
> Allow serializing of feature model
> ----------------------------------
>
> Key: SLING-11743
> URL: https://issues.apache.org/jira/browse/SLING-11743
> Project: Sling
> Issue Type: Improvement
> Components: Feature Model
> Reporter: Carsten Ziegeler
> Assignee: Carsten Ziegeler
> Priority: Major
> Fix For: Feature Model 2.0.0
>
>
> Parts of the feature model already implement Serializable. We should make all
> feature model objects serializable to allow serializing/deserializing of a
> feature model via object streams
--
This message was sent by Atlassian Jira
(v8.20.10#820010)