Class ScriptWrapperConverter


  • public class ScriptWrapperConverter
    extends Object
    Handles XStream conversion of Test Scripts
    • Constructor Detail

      • ScriptWrapperConverter

        public ScriptWrapperConverter​(Mapper classMapper)
    • Method Detail

      • getVersion

        public static String getVersion()
        Returns the converter version; used to check for possible incompatibilities
        Returns:
        the version of the 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)
      • getNextType

        protected Class<?> getNextType​(HierarchicalStreamReader reader)