Class OxmSerializer

java.lang.Object
org.springframework.data.redis.serializer.OxmSerializer
All Implemented Interfaces:
InitializingBean, RedisSerializer<Object>

public class OxmSerializer extends Object implements InitializingBean, RedisSerializer<Object>
Serializer adapter on top of Spring's O/X Mapping. Delegates serialization/deserialization to OXM Marshaller and Unmarshaller. Note: null objects are serialized as empty arrays and vice versa.
Author:
Costin Leau, Mark Paluch