[ https://issues.apache.org/jira/browse/POLYGENE-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul Merlin resolved POLYGENE-240. ---------------------------------- Resolution: Fixed Property Serialization Converters can now be registered at assembly time e.g.: {code} module.values( SomeValue.class ); module.forMixin( SomeValue.class ) .setMetaInfo( new CustomPropertyConverter() ) .declareDefaults() .customAssemblyConvertedProperty(); {code} > Serialization converters can be applied on Properties or Value types > -------------------------------------------------------------------- > > Key: POLYGENE-240 > URL: https://issues.apache.org/jira/browse/POLYGENE-240 > Project: Polygene > Issue Type: Improvement > Reporter: Paul Merlin > Assignee: Paul Merlin > Fix For: 3.0 > > > {{@Converter}} annotation on a {{Property}} or a plain value type. > Will need Converters as Polygene instantiated Objects. -- This message was sent by Atlassian JIRA (v6.3.15#6346)