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