Andi Huber created ISIS-3247:
--------------------------------
Summary: [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
Fix For: 2.0.0-RC1
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)