Class HashTreeConverter

java.lang.Object
AbstractCollectionConverter
org.apache.jmeter.save.converters.HashTreeConverter

public class HashTreeConverter extends AbstractCollectionConverter
  • Constructor Details

    • HashTreeConverter

      public HashTreeConverter(Mapper arg0)
  • Method Details

    • getVersion

      public static String getVersion()
      Returns the converter version; used to check for possible incompatibilities
      Returns:
      the version of this converter
    • canConvert

      public boolean canConvert(Class arg0)
    • marshal

      public void marshal(Object arg0, HierarchicalStreamWriter writer, MarshallingContext context)
    • unmarshal

      public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)