Interface ReadConverter
- All Superinterfaces:
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
- All Known Implementing Classes:
AbstractReadConverter,AllStringConverter,CommonAttributeUseContentConverter,CommonModuleConverter,CommonTemplateConverter,ConfigurationConverter,DataCompositionSchemaConverter,DataSetConverter,ExchangePlanAutoRecordConverter,ExchangePlanConverter,ExternalDataSourceConverter,ExternalSourceConverter,ExternalSourceConverter,FormAttributeConverter,FormElementConverter,FormHandlerConverter,FormHandlerConverter,FormItemConverter,ManagedFormDataConverter,ManagedFormDataConverter,MDChildConverter,MDChildConverter,MDConverter,MDConverter,MdoReferenceConverter,MdoReferenceConverter,MetaDataObjectConverter,MultiLanguageStringConverter,ObjectTemplateConverter,QuerySourceConverter,RoleConverter,RoleConverter,RoleDataConverter,StandardAttributeConverter,SubsystemConverter,TemplateConverter,ValueTypeDescriptionConverter,ValueTypeQualifierConverter,XDTOPackageConverter,XDTOPackageConverter,XdtoPackageDataConverter
public interface ReadConverter
extends com.thoughtworks.xstream.converters.Converter
Обертка для снижения копипасты
-
Method Summary
Methods inherited from interface com.thoughtworks.xstream.converters.Converter
unmarshalMethods 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:
marshalin interfacecom.thoughtworks.xstream.converters.Converter
-