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,ExternalDataSourceConverter,ExternalSourceConverter,ExternalSourceConverter,MDChildConverter,MDChildConverter,MDConverter,MDConverter,ObjectTemplateConverter,RoleConverter,RoleConverter,StandardAttributeConverter,TemplateConverter,XDTOPackageConverter,XDTOPackageConverter
Базовый класс-конвертер объектов при чтении из файла
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MDReaderContextread(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, waitMethods inherited from interface com.thoughtworks.xstream.converters.Converter
unmarshalMethods inherited from interface com.thoughtworks.xstream.converters.ConverterMatcher
canConvertMethods 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)
-