public class OptionalIntExternalizer extends Object implements Externalizer<OptionalInt>
OptionalInt.| Constructor and Description |
|---|
OptionalIntExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
Class<OptionalInt> |
getTargetClass() |
OptionalInt |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
OptionalInt value) |
public void writeObject(ObjectOutput output, OptionalInt value) throws IOException
writeObject in interface Externalizer<OptionalInt>IOExceptionpublic OptionalInt readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject in interface Externalizer<OptionalInt>IOExceptionClassNotFoundExceptionpublic Class<OptionalInt> getTargetClass()
getTargetClass in interface Externalizer<OptionalInt>Copyright © 2020 JBoss by Red Hat. All rights reserved.