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