Class EnumConverter

  • All Implemented Interfaces:
    com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

    @Deprecated
    public class EnumConverter
    extends Object
    implements com.thoughtworks.xstream.converters.Converter
    Deprecated.
    since 7.10.0. Use EnumConverter instead
    Converter for JDK 1.5 enums.

    Backported from XStream 1.3. Hence BSD Licensed code. http://svn.xstream.codehaus.org/browse/~raw,r=1066/xstream/trunk/xstream/src/java/com/thoughtworks/xstream/converters/enums/EnumConverter.java

    Author:
    Eric Snell, Bryan Coleman
    • Constructor Detail

      • EnumConverter

        public EnumConverter()
        Deprecated.
    • Method Detail

      • canConvert

        public boolean canConvert​(Class type)
        Deprecated.
        Specified by:
        canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
      • marshal

        public void marshal​(Object source,
                            com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                            com.thoughtworks.xstream.converters.MarshallingContext context)
        Deprecated.
        Specified by:
        marshal in interface com.thoughtworks.xstream.converters.Converter
      • unmarshal

        public Object unmarshal​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                                com.thoughtworks.xstream.converters.UnmarshallingContext context)
        Deprecated.
        Specified by:
        unmarshal in interface com.thoughtworks.xstream.converters.Converter