| Class | Description | 
|---|---|
| EnumConverter | Converter for JDK 1.5 enums. | 
| EnumMapConverter | Serializes an Java 5 EnumMap, including the type of Enum it's for. | 
| EnumSetConverter | Serializes a Java 5 EnumSet. | 
| EnumSingleValueConverter | A single value converter for a special enum type. | 
| EnumToStringConverter<T extends java.lang.Enum<T>> | A single value converter for a special enum type using its string representation. | 
Copyright © 2004–2024 XStream. All rights reserved.