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