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