org.apache.jmeter.save.converters

Class SampleEventConverter

Implemented Interfaces:
Converter

public class SampleEventConverter
extends Object
implements Converter

XStream Converter for the SampleResult class

Method Summary

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)

Method Details

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.