public static class InitializerState.ExternalizerImpl extends Object implements org.infinispan.commons.marshall.Externalizer<InitializerState>
| Constructor and Description |
|---|
ExternalizerImpl() |
| Modifier and Type | Method and Description |
|---|---|
InitializerState |
readObject(ObjectInput input) |
InitializerState |
readObjectVersion1(ObjectInput input) |
void |
writeObject(ObjectOutput output,
InitializerState value) |
public void writeObject(ObjectOutput output, InitializerState value) throws IOException
writeObject in interface org.infinispan.commons.marshall.Externalizer<InitializerState>IOExceptionpublic InitializerState readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject in interface org.infinispan.commons.marshall.Externalizer<InitializerState>IOExceptionClassNotFoundExceptionpublic InitializerState readObjectVersion1(ObjectInput input) throws IOException
IOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.