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