org.apache.jmeter.save.converters

Class IntegerPropertyConverter

Implemented Interfaces:
Converter

public class IntegerPropertyConverter
extends Object
implements Converter

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 arg2)
Object
unmarshal(HierarchicalStreamReader reader, UnmarshallingContext arg1)

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 arg2)

unmarshal

public Object unmarshal(HierarchicalStreamReader reader,
                        UnmarshallingContext arg1)

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