You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2022/10/13 08:46:00 UTC

[jira] [Created] (ISIS-3247) [Metamodel] Change Precedence Order of Viewmodel Serialization Strategies

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)