Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.save.converters » [javadoc | source]
org.apache.jmeter.save.converters
public class: BooleanPropertyConverter [javadoc | source]
java.lang.Object
   org.apache.jmeter.save.converters.BooleanPropertyConverter

All Implemented Interfaces:
    com.thoughtworks.xstream.converters.Converter

Method from org.apache.jmeter.save.converters.BooleanPropertyConverter Summary:
canConvert,   getVersion,   marshal,   unmarshal
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.save.converters.BooleanPropertyConverter Detail:
 public boolean canConvert(Class arg0) 
 public static String getVersion() 
    Returns the converter version; used to check for possible incompatibilities
 public  void marshal(Object obj,
    HierarchicalStreamWriter writer,
    MarshallingContext arg2) 
 public Object unmarshal(HierarchicalStreamReader reader,
    UnmarshallingContext arg1)