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