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) |
OptionalInt |
size(MonthDay value) |
void |
writeObject(ObjectOutput output,
MonthDay value) |
public void writeObject(ObjectOutput output, MonthDay value) 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>public OptionalInt size(MonthDay value)
size in interface Externalizer<MonthDay>Copyright © 2023 JBoss by Red Hat. All rights reserved.