ObjectConverter and lists

2017-01-27 Thread Romain Manni-Bucau
Hi guys, implementing a bridge between @XmlElements and johnzon serialization i realized we don't support list for ObjectConverters. The workaround I used was to setReadAttributeBeforeWrite(true), use a TypeAwareAdapter, use a custom type Wrapper {type, value} and ensure the ordering of the

[jira] [Resolved] (JOHNZON-102) Composite access mode (field+method) can mess up converters and duplicates reference

2017-01-27 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/JOHNZON-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved JOHNZON-102. Resolution: Fixed > Composite access mode (field+method) can mess up converters

[jira] [Updated] (JOHNZON-102) Composite access mode (field+method) can mess up converters and duplicates reference

2017-01-27 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/JOHNZON-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated JOHNZON-102: --- Summary: Composite access mode (field+method) can mess up converters and duplicates

[jira] [Created] (JOHNZON-102) Composite access mode (field+method) can mess up converters

2017-01-27 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created JOHNZON-102: -- Summary: Composite access mode (field+method) can mess up converters Key: JOHNZON-102 URL: https://issues.apache.org/jira/browse/JOHNZON-102 Project: