Page MenuHomePhabricator

Reduce property serializers and deserializers to a single class in each case
Closed, ResolvedPublic

Description

Currently, the serialization mechanism for properties is split up into sperate classes for serialization and deserialization. This is kinda overdesigned and leads to over two dozen additional classes.

In an effort to tidy up the property system of MITK it was discussed in the last MITK meetings that all of the serialization/deserialization classes shall be reduced to a single serialization class in each case.

Related Objects

StatusAssignedTask
ResolvedNone
ResolvedNone

Event Timeline

[0e3a79]: Merge branch 'bug-8160-TidyUpPropertySerialization'

Merged commits:

2011-06-21 10:52:48 Stefan Kislinskiy [aaaeca]
Integrated all Deserialize() methods of property deserialization classes into serialization classes.

Instantiations of deserializers were adapted appropriately.
Moved mitkBoolPropertySerializer.cpp to the right folder.