Class ReferenceTracker


  • public class ReferenceTracker
    extends java.lang.Object
    This class keeps track of references for the XMLSerializer. It is passed around to all delegates during pass 1 to count the references for each object so that in pass 2, we know who needs a reference id.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReferenceTracker

        public ReferenceTracker()