Class SampleSaveConfigurationConverter

ReflectionConverter
org.apache.jmeter.save.converters.SampleSaveConfigurationConverter

public class SampleSaveConfigurationConverter extends ReflectionConverter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    static String
    Returns the converter version; used to check for possible incompatibilities
    void
    marshal(Object obj, HierarchicalStreamWriter writer, MarshallingContext context)
    unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
  • Constructor Details

    • SampleSaveConfigurationConverter

      public SampleSaveConfigurationConverter(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 obj, HierarchicalStreamWriter writer, MarshallingContext context)
    • unmarshal

      public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)