Serialization considerations

XMLWordPrintable

    • team
    • generic
    • generic

        While addressing JDK-8286503, it was noted that there may be other S11N issues which are more of a functional/data consistency nature.

        Essentially, deserialization is a form of object construction and should enforce the same data validation and consistency checks as enforced by the constructor(s). Thus, additional checks may be needed when deserializing the objects to ensure that values failing the constructor check are rejected during deserialization as well.

              Assignee:
              Valerie Peng
              Reporter:
              Bradford Wetmore
              Votes:
              0 Vote for this issue
              Watchers:
              15 Start watching this issue

                Created:
                Updated:
                Resolved: