Romain Manni-Bucau created JOHNZON-332:
------------------------------------------

             Summary: makes exception serialization/deserialization specific 
and deterministic
                 Key: JOHNZON-332
                 URL: https://issues.apache.org/jira/browse/JOHNZON-332
             Project: Johnzon
          Issue Type: Task
            Reporter: Romain Manni-Bucau
            Assignee: Romain Manni-Bucau
             Fix For: 1.2.11


Exception serialization is like any class serialization today so it has some 
pitfalls:
 # It is not deteministic  - depends on the JDK
 # It is not working if the JVM is not opened on recent java versions
 # It is only serializable but not deserializable (factory rarely exists)

Goal of this task is to make it deterministic (message+stackTrace) and 
Exception/Error/Throwable deserializable (other types will need a custom 
deserializer or adapter for this first version).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to