You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@polygene.apache.org by "Paul Merlin (JIRA)" <ji...@apache.org> on 2017/05/14 13:39:04 UTC

[jira] [Resolved] (POLYGENE-240) Serialization converters can be applied on Properties or Value types

     [ 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)