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