Uses of Interface
org.hudsonci.utils.marshal.Marshaller

Packages that use Marshaller
org.hudsonci.utils.marshal   
org.hudsonci.utils.marshal.xref   
 

Uses of Marshaller in org.hudsonci.utils.marshal
 

Classes in org.hudsonci.utils.marshal that implement Marshaller
 class XStreamMarshaller
          XStream Marshaller.
 

Uses of Marshaller in org.hudsonci.utils.marshal.xref
 

Fields in org.hudsonci.utils.marshal.xref declared as Marshaller
protected  Marshaller FileXReferenceStore.marshaller
           
 

Methods in org.hudsonci.utils.marshal.xref that return Marshaller
 Marshaller XReference.getMarshaller()
          Override to provide alternative marshalling.
 Marshaller FileXReferenceStore.getMarshaller()
           
protected  Marshaller FileXReferenceStore.getMarshaller(XReference ref)
           
 

Constructors in org.hudsonci.utils.marshal.xref with parameters of type Marshaller
FileXReferenceStore(Marshaller marshaller)
           
FileXReferenceStore(Marshaller marshaller, File root)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.