org.infinispan.marshall.exts
Class NoStateExternalizer<T>
java.lang.Object
org.infinispan.marshall.AbstractExternalizer<T>
org.infinispan.marshall.exts.NoStateExternalizer<T>
- All Implemented Interfaces:
- Serializable, AdvancedExternalizer<T>, Externalizer<T>
- Direct Known Subclasses:
- MurmurHash2.Externalizer, MurmurHash2Compat.Externalizer, MurmurHash3.Externalizer
public abstract class NoStateExternalizer<T>
- extends AbstractExternalizer<T>
An externalizer that writes no state. It simply marshalls class information.
- Since:
- 5.0
- Author:
- Galder ZamarreƱo
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoStateExternalizer
public NoStateExternalizer()
writeObject
public void writeObject(ObjectOutput output,
T object)
throws IOException
- Description copied from interface:
Externalizer
- Write the object reference to the stream.
- Parameters:
output
- the object output to write toobject
- the object reference to write
- Throws:
IOException
- if an I/O error occurs
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.