Class PojoRawTypeIdentifierExternalizer
java.lang.Object
org.infinispan.commons.marshall.AbstractExternalizer<org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier>
org.infinispan.query.impl.externalizers.PojoRawTypeIdentifierExternalizer
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier>,org.infinispan.commons.marshall.Externalizer<org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier>
public class PojoRawTypeIdentifierExternalizer
extends org.infinispan.commons.marshall.AbstractExternalizer<org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier>
- See Also:
-
Field Summary
Fields inherited from interface org.infinispan.commons.marshall.AdvancedExternalizer
USER_EXT_ID_MIN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifierreadObject(ObjectInput input) voidwriteObject(ObjectOutput output, org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier object)
-
Constructor Details
-
PojoRawTypeIdentifierExternalizer
public PojoRawTypeIdentifierExternalizer()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier>
-
getTypeClasses
-
writeObject
public void writeObject(ObjectOutput output, org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier object) throws IOException - Throws:
IOException
-
readObject
public org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-