Refactor ObjectInputStream field reader implementation

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 16
    • Affects Version/s: 16
    • Component/s: core-libs
    • None

      ObjectInputStream has nearly identical but separate implementations to read values from the stream.
      Both read primitive and object values from the stream and return an object holding the values.
      OIS.readFields() uses the internal class GetFieldImpl while OIS.defaultReadObject and reading Records uses the internal class FieldValues.
      The significant difference between the two is whether dependencies are tracked or not in the object handle table.

            Assignee:
            Roger Riggs
            Reporter:
            Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: