Class MDConverter
java.lang.Object
com.github._1c_syntax.bsl.reader.common.converter.AbstractReadConverter
com.github._1c_syntax.bsl.reader.designer.converter.MDConverter
- All Implemented Interfaces:
ReadConverter,com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanConvert(Class type) unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) Methods inherited from class com.github._1c_syntax.bsl.reader.common.converter.AbstractReadConverter
readMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github._1c_syntax.bsl.reader.common.xstream.ReadConverter
marshal
-
Constructor Details
-
MDConverter
public MDConverter()
-
-
Method Details
-
unmarshal
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) -
canConvert
-