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