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