com.microsoft.tfs.core.credentials.internal
Class CachedCredentialsSerializer

java.lang.Object
  extended by com.microsoft.tfs.core.internal.persistence.DOMObjectSerializer
      extended by com.microsoft.tfs.core.credentials.internal.CachedCredentialsSerializer
All Implemented Interfaces:
ObjectSerializer

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


Constructor Summary
CachedCredentialsSerializer()
           
 
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

CachedCredentialsSerializer

public CachedCredentialsSerializer()
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.