org.terracotta.modules.ehcache.store
Class HibernateElementSerializationStrategy
java.lang.Object
org.terracotta.cache.serialization.DsoSerializationStrategy<AbstractElementData>
org.terracotta.modules.ehcache.store.ElementSerializationStrategy
org.terracotta.modules.ehcache.store.HibernateElementSerializationStrategy
- All Implemented Interfaces:
- com.tc.object.bytecode.NotClearable, SerializationStrategy<AbstractElementData>
public class HibernateElementSerializationStrategy
- extends ElementSerializationStrategy
- Author:
- Chris Dennis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateElementSerializationStrategy
public HibernateElementSerializationStrategy()
writeStringKey
protected void writeStringKey(Object key,
ObjectOutputStream oos)
throws IOException
- Special cases the CacheKey class in order to reduce the size of the generated Strings.
- Overrides:
writeStringKey in class DsoSerializationStrategy<AbstractElementData>
- Throws:
IOException
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.