Class KeyValueWithPreviousEventConverterExternalizer
java.lang.Object
org.infinispan.commons.marshall.AbstractExternalizer<KeyValueWithPreviousEventConverter>
org.infinispan.server.hotrod.event.KeyValueWithPreviousEventConverterExternalizer
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<KeyValueWithPreviousEventConverter>,org.infinispan.commons.marshall.Externalizer<KeyValueWithPreviousEventConverter>
public class KeyValueWithPreviousEventConverterExternalizer
extends org.infinispan.commons.marshall.AbstractExternalizer<KeyValueWithPreviousEventConverter>
Externalizer for KeyValueWithPreviousEventConverter
- Since:
- 7.2
- Author:
- gustavonalle
- See Also:
-
Field Summary
Fields inherited from interface org.infinispan.commons.marshall.AdvancedExternalizer
USER_EXT_ID_MIN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<Class<? extends KeyValueWithPreviousEventConverter>>readObject(ObjectInput input) voidwriteObject(ObjectOutput output, KeyValueWithPreviousEventConverter object) Methods inherited from class org.infinispan.commons.marshall.AbstractExternalizer
getId
-
Constructor Details
-
KeyValueWithPreviousEventConverterExternalizer
public KeyValueWithPreviousEventConverterExternalizer()
-
-
Method Details
-
getTypeClasses
-
writeObject
public void writeObject(ObjectOutput output, KeyValueWithPreviousEventConverter object) throws IOException - Throws:
IOException
-
readObject
public KeyValueWithPreviousEventConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-