Class SubsystemConverter

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

public class SubsystemConverter extends Object implements ReadConverter
Общий конвертер для подсистем
  • Constructor Details

    • SubsystemConverter

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