Class SampleEventConverter
- java.lang.Object
-
- org.apache.jmeter.save.converters.SampleEventConverter
-
public class SampleEventConverter extends Object
XStream Converter for the SampleResult class
-
-
Constructor Summary
Constructors Constructor Description SampleEventConverter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canConvert(Class arg0)
static String
getVersion()
Returns the converter version; used to check for possible incompatibilitiesvoid
marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context)
Object
unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
-
-
-
Method Detail
-
getVersion
public static String getVersion()
Returns the converter version; used to check for possible incompatibilities- Returns:
- the version of this converter
-
canConvert
public boolean canConvert(Class arg0)
-
marshal
public void marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context)
-
unmarshal
public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
-
-