Package com.consol.citrus.ssh.model
Class SshMarshaller
- java.lang.Object
-
- com.consol.citrus.ssh.model.SshMarshaller
-
- All Implemented Interfaces:
Marshaller,Unmarshaller
public class SshMarshaller extends Object implements Marshaller, Unmarshaller
- Since:
- 2.1
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description SshMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(Object graph, Result result)Objectunmarshal(Source source)
-
-
-
Method Detail
-
marshal
public void marshal(Object graph, Result result)
- Specified by:
marshalin interfaceMarshaller
-
unmarshal
public Object unmarshal(Source source)
- Specified by:
unmarshalin interfaceUnmarshaller
-
-