com.microsoft.tfs.core.util.serverlist.internal
Class ServerListSerializer

java.lang.Object
  extended by com.microsoft.tfs.core.internal.persistence.DOMObjectSerializer
      extended by com.microsoft.tfs.core.util.serverlist.internal.ServerListSerializer
All Implemented Interfaces:
ObjectSerializer

public class ServerListSerializer
extends com.microsoft.tfs.core.internal.persistence.DOMObjectSerializer


Constructor Summary
ServerListSerializer()
           
 
Method Summary
protected  java.lang.Object createComponentFromDocument(org.w3c.dom.Document document)
          
protected  org.w3c.dom.Document createDocumentFromComponent(java.lang.Object object)
          
 
Methods inherited from class com.microsoft.tfs.core.internal.persistence.DOMObjectSerializer
deserialize, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerListSerializer

public ServerListSerializer()
Method Detail

createDocumentFromComponent

protected org.w3c.dom.Document createDocumentFromComponent(java.lang.Object object)

Specified by:
createDocumentFromComponent in class com.microsoft.tfs.core.internal.persistence.DOMObjectSerializer

createComponentFromDocument

protected java.lang.Object createComponentFromDocument(org.w3c.dom.Document document)

Specified by:
createComponentFromDocument in class com.microsoft.tfs.core.internal.persistence.DOMObjectSerializer


© 2015 Microsoft. All rights reserved.