[ https://issues.apache.org/jira/browse/PIVOT-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875573#action_12875573 ]
Greg Brown commented on PIVOT-513: ---------------------------------- OK, that helps - but I'd still like to understand more about the specific problem you are trying to solve with this approach. Why combine Spring serialization and WTKX serialization? Why not simply use one or the other? They both work pretty well on their own. > allow instance creation customization when reading WTKX files by creating an > instance creation factory method inside the serializer class > ----------------------------------------------------------------------------------------------------------------------------------------- > > Key: PIVOT-513 > URL: https://issues.apache.org/jira/browse/PIVOT-513 > Project: Pivot > Issue Type: Improvement > Components: wtk > Reporter: Appddevvv > Priority: Minor > Fix For: 1.6 > > Attachments: serializer.patch > > > In order to allow instance creation customization, change the serialization > class by: > a) Creating a protected instance creation method in the WTKXSerializer class. > b) Change a private constructor to protected. > c) Allow the creation of custom serialization instances when recursing into > the tree by creating a protected serialization creation method. > No client visible APIs are changed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.