Although all Swagger model classes are serializable the wrapper classes in io.adobe.cloudmanager.model are not. E.g. PipelineExecutionStepState contains a reference towards CloudManagerApi which is not serializable. For all those wrapper classes the delegate should be exposed via a public getDelegate() method, because otherwise consumers cannot get hold of the serializable model instance.
Although all Swagger model classes are serializable the wrapper classes in
io.adobe.cloudmanager.modelare not. E.g.PipelineExecutionStepStatecontains a reference towardsCloudManagerApiwhich is not serializable. For all those wrapper classes the delegate should be exposed via a publicgetDelegate()method, because otherwise consumers cannot get hold of the serializable model instance.