| Name | Description | Type | Package | Framework |
| EnumConverter | Converter for JDK 1. | Class | com.thoughtworks.xstream.converters.enums | XStream |
| EnumMapConverter | Serializes an Java 5 EnumMap, including the type of Enum it's for. | Class | com.thoughtworks.xstream.converters.enums | XStream |
| EnumSetConverter | Serializes a Java 5 EnumSet. | Class | com.thoughtworks.xstream.converters.enums | XStream |
| EnumSingleValueConverter | A single value converter for a special enum type. | Class | com.thoughtworks.xstream.converters.enums | XStream |
| EnumToStringConverter | A single value converter for a special enum type using its string representation. | Class | com.thoughtworks.xstream.converters.enums | XStream |