Interface ReadConverter

All Superinterfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
All Known Implementing Classes:
AbstractReadConverter, CommonAttributeUseContentConverter, CommonModuleConverter, CommonTemplateConverter, ConfigurationConverter, DataCompositionSchemaConverter, DataSetConverter, ExchangePlanAutoRecordConverter, ExchangePlanConverter, ExternalDataSourceTableConverter, ExternalSourceConverter, ExternalSourceConverter, FormDataPathConverter, FormElementConverter, FormHandlerConverter, FormHandlerConverter, FormItemConverter, ManagedFormDataConverter, ManagedFormDataConverter, MDChildConverter, MDChildConverter, MDConverter, MDConverter, MdoReferenceConverter, MdoReferenceConverter, MetaDataObjectConverter, MultiLanguageStringConverter, ObjectTemplateConverter, QuerySourceConverter, RoleConverter, RoleConverter, RoleDataConverter, SubsystemConverter, TemplateConverter, XDTOPackageConverter, XDTOPackageConverter, XdtoPackageDataConverter

public interface ReadConverter extends com.thoughtworks.xstream.converters.Converter
Обертка для снижения копипасты
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
     

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

    unmarshal

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

    canConvert
  • Method Details

    • marshal

      default void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
      Specified by:
      marshal in interface com.thoughtworks.xstream.converters.Converter