Page MenuHomePhabricator

Property persistence service should allow to specify serialization/deserialization strategy
Closed, ResolvedPublic

Description

Status: Currently the implemented property persitance allways generates instances of StringProperty when deserialzing data properties and als has a hard coded serialization strategy.

Change: 1) with the PropertyPersistanceInfo it should be possible to define the strategy for de/serialization (and therefor a.o. the property type)

  1. IPropertyPersistance should be altered an such a way that is like IPropertAlias and it is possible to register several distictive PropertyPersistanceInfo instances for one property.

Event Timeline

User floca has pushed new remote branch:

bug-19774-Property_persistance_service_with_de-serialization_strategy

Resolved. Merged (implicitly) by the merge of 19775.