org.infinispan.loaders.remote
Class InternalCacheEntryMarshaller
java.lang.Object
org.infinispan.loaders.remote.InternalCacheEntryMarshaller
- All Implemented Interfaces:
- HotRodMarshaller
public class InternalCacheEntryMarshaller
- extends Object
- implements HotRodMarshaller
Marshaller used internally by the remote cache store.
- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
marshaller
public final Marshaller marshaller
InternalCacheEntryMarshaller
public InternalCacheEntryMarshaller(Marshaller marshaller)
marshallObject
public byte[] marshallObject(Object toMarshall)
- Specified by:
marshallObject
in interface HotRodMarshaller
readObject
public Object readObject(byte[] bytes)
- Specified by:
readObject
in interface HotRodMarshaller
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.