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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyValueWithPreviousEventConverterExternalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Class<? extends KeyValueWithPreviousEventConverter>>getTypeClasses()KeyValueWithPreviousEventConverterreadObject(ObjectInput input)voidwriteObject(ObjectOutput output, KeyValueWithPreviousEventConverter object)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends KeyValueWithPreviousEventConverter>> getTypeClasses()
-
writeObject
public void writeObject(ObjectOutput output, KeyValueWithPreviousEventConverter object) throws IOException
- Throws:
IOException
-
readObject
public KeyValueWithPreviousEventConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-