Class AllStringConverter

java.lang.Object
com.github._1c_syntax.bsl.reader.common.converter.AllStringConverter
All Implemented Interfaces:
ReadConverter, com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class AllStringConverter extends Object implements ReadConverter
Конвертор для строки, которая может находиться во вложенной структуре
  • Constructor Details

    • AllStringConverter

      public AllStringConverter()
  • Method Details

    • unmarshal

      public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
      Specified by:
      unmarshal in interface com.thoughtworks.xstream.converters.Converter
    • canConvert

      public boolean canConvert(Class type)
      Specified by:
      canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher