org.apache.jmeter.save.converters
Class StringPropertyConverter
- Converter
public class StringPropertyConverter
implements Converter
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)
|
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.