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