Apache JMeter

org.apache.jmeter.save.converters
Class StringPropertyConverter

java.lang.Object
  extended by org.apache.jmeter.save.converters.StringPropertyConverter

public class StringPropertyConverter
extends java.lang.Object


Constructor Summary
StringPropertyConverter()
           
 
Method Summary
 boolean canConvert(java.lang.Class arg0)
           
static java.lang.String getVersion()
          Returns the converter version; used to check for possible incompatibilities
 void marshal(java.lang.Object obj, HierarchicalStreamWriter writer, MarshallingContext arg2)
           
 java.lang.Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringPropertyConverter

public StringPropertyConverter()
Method Detail

getVersion

public static java.lang.String getVersion()
Returns the converter version; used to check for possible incompatibilities


canConvert

public boolean canConvert(java.lang.Class arg0)

marshal

public void marshal(java.lang.Object obj,
                    HierarchicalStreamWriter writer,
                    MarshallingContext arg2)

unmarshal

public java.lang.Object unmarshal(HierarchicalStreamReader reader,
                                  UnmarshallingContext arg1)

Apache JMeter

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