Package org.jboss.as.jpa.hibernate.cache
Class BasicCacheKeyImplementationMarshaller
- java.lang.Object
-
- org.jboss.as.jpa.hibernate.cache.BasicCacheKeyImplementationMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.hibernate.cache.internal.BasicCacheKeyImplementation>,org.infinispan.protostream.ProtobufTagMarshaller<org.hibernate.cache.internal.BasicCacheKeyImplementation>,Marshallable<org.hibernate.cache.internal.BasicCacheKeyImplementation>,ProtoStreamMarshaller<org.hibernate.cache.internal.BasicCacheKeyImplementation>
public class BasicCacheKeyImplementationMarshaller extends Object implements ProtoStreamMarshaller<org.hibernate.cache.internal.BasicCacheKeyImplementation>
ProtoStream marshaller forBasicCacheKeyImplementation.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description BasicCacheKeyImplementationMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends org.hibernate.cache.internal.BasicCacheKeyImplementation>getJavaClass()org.hibernate.cache.internal.BasicCacheKeyImplementationreadFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, org.hibernate.cache.internal.BasicCacheKeyImplementation key)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
size
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-
-
-
Method Detail
-
getJavaClass
public Class<? extends org.hibernate.cache.internal.BasicCacheKeyImplementation> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<org.hibernate.cache.internal.BasicCacheKeyImplementation>- Specified by:
getJavaClassin interfaceMarshallable<org.hibernate.cache.internal.BasicCacheKeyImplementation>
-
readFrom
public org.hibernate.cache.internal.BasicCacheKeyImplementation readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<org.hibernate.cache.internal.BasicCacheKeyImplementation>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, org.hibernate.cache.internal.BasicCacheKeyImplementation key) throws IOException
- Specified by:
writeToin interfaceMarshallable<org.hibernate.cache.internal.BasicCacheKeyImplementation>- Throws:
IOException
-
-