Class EnumSerializer

java.lang.Object
org.apache.geode.DataSerializer
org.springframework.data.gemfire.serialization.EnumSerializer
All Implemented Interfaces:
Serializable

public class EnumSerializer extends DataSerializer implements Serializable
Generic serializer for all Java Enums. The class needs to be registered only once. Custom enums will then be understood by the converter by calling addEnum(Class).
Author:
Costin Leau, John Blum
See Also: