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>, Readable<org.hibernate.cache.internal.BasicCacheKeyImplementation>, Writable<org.hibernate.cache.internal.BasicCacheKeyImplementation>

public class BasicCacheKeyImplementationMarshaller extends Object implements ProtoStreamMarshaller<org.hibernate.cache.internal.BasicCacheKeyImplementation>
ProtoStream marshaller for BasicCacheKeyImplementation.
Author:
Paul Ferraro
  • Constructor Details

    • BasicCacheKeyImplementationMarshaller

      public BasicCacheKeyImplementationMarshaller()
  • Method Details

    • getJavaClass

      public Class<? extends org.hibernate.cache.internal.BasicCacheKeyImplementation> getJavaClass()
      Specified by:
      getJavaClass in interface org.infinispan.protostream.BaseMarshaller<org.hibernate.cache.internal.BasicCacheKeyImplementation>
      Specified by:
      getJavaClass in interface Marshallable<org.hibernate.cache.internal.BasicCacheKeyImplementation>
    • readFrom

      public org.hibernate.cache.internal.BasicCacheKeyImplementation readFrom(ProtoStreamReader reader) throws IOException
      Specified by:
      readFrom in interface Readable<org.hibernate.cache.internal.BasicCacheKeyImplementation>
      Throws:
      IOException
    • writeTo

      public void writeTo(ProtoStreamWriter writer, org.hibernate.cache.internal.BasicCacheKeyImplementation key) throws IOException
      Specified by:
      writeTo in interface Writable<org.hibernate.cache.internal.BasicCacheKeyImplementation>
      Throws:
      IOException