Class DataSetConverter

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

public class DataSetConverter extends Object implements ReadConverter
Конвертор данных типа DataSet, применяемый в формах и СКД
  • Constructor Details

    • DataSetConverter

      public DataSetConverter()
  • 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