Package org.infinispan.marshall.core
Class MarshalledEntryImpl.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<MarshalledEntryImpl>
-
- org.infinispan.marshall.core.MarshalledEntryImpl.Externalizer
-
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.AdvancedExternalizer<MarshalledEntryImpl>
,org.infinispan.commons.marshall.Externalizer<MarshalledEntryImpl>
- Enclosing class:
- MarshalledEntryImpl<K,V>
public static class MarshalledEntryImpl.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MarshalledEntryImpl>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer(org.infinispan.commons.marshall.StreamingMarshaller marshaller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
Set<Class<? extends MarshalledEntryImpl>>
getTypeClasses()
MarshalledEntryImpl
readObject(ObjectInput input)
void
writeObject(ObjectOutput output, MarshalledEntryImpl me)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, MarshalledEntryImpl me) throws IOException
- Throws:
IOException
-
readObject
public MarshalledEntryImpl readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getId
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<MarshalledEntryImpl>
- Overrides:
getId
in classorg.infinispan.commons.marshall.AbstractExternalizer<MarshalledEntryImpl>
-
getTypeClasses
public Set<Class<? extends MarshalledEntryImpl>> getTypeClasses()
-
-