Serialized Form
-
Package org.infinispan.tools.store.migrator.marshaller.common
-
Class org.infinispan.tools.store.migrator.marshaller.common.ImmortalCacheEntryExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.ImmortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.ImmortalCacheEntry ice) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.ImmortalCacheValueExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.ImmortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.ImmortalCacheValue icv) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.InternalMetadataImplExternalizer extends Object implements Serializable
- serialVersionUID:
- -5291318076267612501L
-
Serialization Methods
-
readObject
public org.infinispan.metadata.impl.InternalMetadataImpl readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.metadata.impl.InternalMetadataImpl b) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
id
int id
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.MarshalledEntryImpl.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MarshalledEntryImpl> implements Serializable
- serialVersionUID:
- -5291318076267612501L
-
Serialization Methods
-
readObject
public MarshalledEntryImpl readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MarshalledEntryImpl me) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
marshaller
org.infinispan.commons.marshall.Marshaller marshaller
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.MetadataImmortalCacheEntryExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry ice) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.MetadataImmortalCacheValueExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.metadata.MetadataImmortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.metadata.MetadataImmortalCacheValue icv) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.MetadataMortalCacheEntryExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.metadata.MetadataMortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.metadata.MetadataMortalCacheEntry ice) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.MetadataMortalCacheValueExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.metadata.MetadataMortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.metadata.MetadataMortalCacheValue icv) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.MetadataTransientCacheEntryExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.metadata.MetadataTransientCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.metadata.MetadataTransientCacheEntry ice) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.MetadataTransientCacheValueExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.metadata.MetadataTransientCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.metadata.MetadataTransientCacheValue icv) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.MetadataTransientMortalCacheEntryExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry ice) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.MetadataTransientMortalCacheValueExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue icv) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.MortalCacheEntryExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.MortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.MortalCacheEntry ice) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.MortalCacheValueExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.MortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.MortalCacheValue icv) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.TransientCacheEntryExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.TransientCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.TransientCacheEntry ice) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.TransientCacheValueExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.TransientCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.TransientCacheValue icv) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.TransientMortalCacheEntryExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.TransientMortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.TransientMortalCacheEntry ice) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.tools.store.migrator.marshaller.common.TransientMortalCacheValueExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.container.entries.TransientMortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.container.entries.TransientMortalCacheValue icv) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.tools.store.migrator.marshaller.infinispan8
-
Class org.infinispan.tools.store.migrator.marshaller.infinispan8.ArrayExternalizers.ListArray extends Object implements Serializable
-
Serialization Methods
-
readObject
public List[] readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, List[] lists) throws IOException
- Throws:
IOException
-
-
-