MCPcopy Create free account
hub / github.com/MITK/MITK / Deserialize

Method Deserialize

Modules/SceneSerializationBase/src/mitkBasePropertySerializer.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29mitk::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}

Callers 2

TestAllPropertiesFunction · 0.45
TestSerializeMethod · 0.45

Calls 1

GetNameOfClassMethod · 0.45

Tested by 2

TestAllPropertiesFunction · 0.36
TestSerializeMethod · 0.36