org.hudsonci.utils.marshal
Interface Marshaller

All Known Implementing Classes:
XStreamMarshaller

public interface Marshaller

Marshalling strategy.

Since:
2.1.0
Author:
Jason Dillon

Method Summary
 void marshal(Object object, Writer writer)
           
 Object unmarshal(Reader reader)
           
 

Method Detail

marshal

void marshal(Object object,
             Writer writer)

unmarshal

Object unmarshal(Reader reader)


Copyright © 2004-2011 Hudson. All Rights Reserved.