org.apache.jmeter.save.converters
Class SampleEventConverter
- Converter
public class SampleEventConverter
implements Converter
XStream Converter for the SampleResult class
boolean | canConvert(Class arg0)
|
static String | getVersion() - Returns the converter version; used to check for possible
incompatibilities
|
void | marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context)
|
Object | unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
|
canConvert
public boolean canConvert(Class arg0)
getVersion
public static String getVersion()
Returns the converter version; used to check for possible
incompatibilities
marshal
public void marshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
unmarshal
public Object unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.