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