Class EhcacheTransactionSerializer

java.lang.Object
io.debezium.connector.oracle.logminer.processor.ehcache.serialization.AbstractEhcacheSerializer<EhcacheTransaction>
io.debezium.connector.oracle.logminer.processor.ehcache.serialization.EhcacheTransactionSerializer
All Implemented Interfaces:
org.ehcache.spi.serialization.Serializer<EhcacheTransaction>

public class EhcacheTransactionSerializer extends AbstractEhcacheSerializer<EhcacheTransaction>
An Ehcache Serializer implementation for storing an EhcacheTransaction in the cache.
Author:
Chris Cranford