You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "liubao (JIRA)" <ji...@apache.org> on 2018/09/11 07:00:00 UTC

[jira] [Created] (SCB-903) Add a feature to serialize/deserialize using Object to avoid information lose

liubao created SCB-903:
--------------------------

             Summary: Add a feature to serialize/deserialize using Object to avoid information lose
                 Key: SCB-903
                 URL: https://issues.apache.org/jira/browse/SCB-903
             Project: Apache ServiceComb
          Issue Type: New Feature
          Components: Java-Chassis
            Reporter: liubao
            Assignee: liubao


Scenario:

When using edge, user need to know if default values is given in json request. They check this constraints by if the key is exists in json string. 

But now, edge will convert json string to schema related class. When conversion happens, new keys will be added. User can never know it is default value or if the key is not exists.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)