[
https://issues.apache.org/jira/browse/ISIS-3247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624246#comment-17624246
]
ASF subversion and git services commented on ISIS-3247:
-------------------------------------------------------
Commit 9f266ea7df6b0c2b4b5f7afbf61c2e0dbb4c8b58 in isis's branch
refs/heads/ISIS-3171 from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=9f266ea7df ]
ISIS-3247: mm ref. test approval
> [Metamodel] Change Precedence Order of Viewmodel Serialization Strategies
> -------------------------------------------------------------------------
>
> Key: ISIS-3247
> URL: https://issues.apache.org/jira/browse/ISIS-3247
> Project: Isis
> Issue Type: Improvement
> Components: Isis Core
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Major
> Fix For: 2.0.0-M9
>
>
> Currently the framework has 4 viewmodel serialization strategies in order of
> highest to lowest precedence, if encountered:
> # use JAXB semantics
> # implement ViewModel interface
> # implement Serializable
> # fallback: gather all non-mixed-in properties into a 'memento' ... requires
> a @DomainObject(nature=...) annotation
> however, we discussed to change the order to
> # implement ViewModel interface
> # implement Serializable
> # use JAXB semantics
> # fallback: gather all non-mixed-in properties into a 'memento'
--
This message was sent by Atlassian Jira
(v8.20.10#820010)