Page MenuHomePhabricator

SmartPointerProperty does not have serialization?
Closed, WontfixPublic

Description

I implemented a new SmartPointerProperty. Basically, I wanted to set an mitk::Image::Pointer as property for a node. Everything works fine, but saving and loading of the scene does not work. The following messages occur:
For saving:
#64.530# ERROR: No serializer found for SmartPointerProperty. Skipping object
For loading:
#66.570# ERROR: No property reader found for SmartPointerProperty
#66.580# ERROR: There were errors while loding property list file /home/kilgus/.mitk/SceneIOTempDirectory221/daaaaa. Your data may be corrupted

Is this a bug or a feature request :) ?

Event Timeline

kislinsk claimed this task.
kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.