| 27 | } |
| 28 | |
| 29 | mitk::BaseProperty::Pointer mitk::BasePropertySerializer::Deserialize(const tinyxml2::XMLElement *) |
| 30 | { |
| 31 | MITK_ERROR << this->GetNameOfClass() << " is asked to deserialize an object but has no implementation. This is bad."; |
| 32 | return nullptr; |
| 33 | } |