Class AbstractReadConverter

java.lang.Object
com.github._1c_syntax.bsl.reader.common.converter.AbstractReadConverter
All Implemented Interfaces:
ReadConverter, com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
Direct Known Subclasses:
CommonModuleConverter, CommonTemplateConverter, ExchangePlanConverter, ExternalDataSourceTableConverter, ExternalSourceConverter, ExternalSourceConverter, MDChildConverter, MDChildConverter, MDConverter, MDConverter, ObjectTemplateConverter, RoleConverter, RoleConverter, TemplateConverter, XDTOPackageConverter, XDTOPackageConverter

public abstract class AbstractReadConverter extends Object implements ReadConverter
Базовый класс-конвертер объектов при чтении из файла
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected MDReaderContext
    read(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.thoughtworks.xstream.converters.Converter

    unmarshal

    Methods inherited from interface com.thoughtworks.xstream.converters.ConverterMatcher

    canConvert

    Methods inherited from interface com.github._1c_syntax.bsl.reader.common.xstream.ReadConverter

    marshal
  • Constructor Details

    • AbstractReadConverter

      public AbstractReadConverter()
  • Method Details

    • read

      protected MDReaderContext read(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)