Class TrackManagerBinding


  • public final class TrackManagerBinding
    extends java.lang.Object
    Code for reading and writing all tracks objects as XML
    Author:
    Daniela Butano
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void marshal​(ObjectStore uos, javax.xml.stream.XMLStreamWriter writer)
      Convert all tracks to XML and write XML to given writer.
      • Methods inherited from class java.lang.Object

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

      • marshal

        public static void marshal​(ObjectStore uos,
                                   javax.xml.stream.XMLStreamWriter writer)
        Convert all tracks to XML and write XML to given writer.
        Parameters:
        uos - the UserObjectStore
        writer - the XMLStreamWriter to write to