org.apache.jmeter.save.converters

Class SampleSaveConfigurationConverter


public class SampleSaveConfigurationConverter
extends ReflectionConverter

Constructor Summary

SampleSaveConfigurationConverter(Mapper arg0)

Method Summary

boolean
canConvert(Class arg0)
static String
getVersion()
Returns the converter version; used to check for possible incompatibilities
void
marshal(Object obj, HierarchicalStreamWriter writer, MarshallingContext context)
Object
unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)

Constructor Details

SampleSaveConfigurationConverter

public SampleSaveConfigurationConverter(Mapper arg0)

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 obj,
                    HierarchicalStreamWriter writer,
                    MarshallingContext context)

unmarshal

public Object unmarshal(HierarchicalStreamReader reader,
                        UnmarshallingContext context)

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.