| java.lang.Object org.apache.jmeter.save.converters.BooleanPropertyConverter
BooleanPropertyConverter | public class BooleanPropertyConverter implements Converter(Code) | | author: mstover author: To change the template for this generated type comment go to Window - author: Preferences - Java - Code Generation - Code and Comments |
getVersion | public static String getVersion()(Code) | | Returns the converter version; used to check for possible
incompatibilities
|
marshal | public void marshal(Object obj, HierarchicalStreamWriter writer, MarshallingContext arg2)(Code) | | |
unmarshal | public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext arg1)(Code) | | |
|
|