public class SimpleMarshalledValue<T> extends Object implements MarshalledValue<T,MarshallingContext>, Externalizable
| Constructor and Description |
|---|
SimpleMarshalledValue() |
SimpleMarshalledValue(T object,
MarshallingContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
T |
get(MarshallingContext context) |
int |
hashCode()
N.B.
|
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public SimpleMarshalledValue(T object, MarshallingContext context)
public SimpleMarshalledValue()
public T get(MarshallingContext context) throws IOException, ClassNotFoundException
get in interface MarshalledValue<T,MarshallingContext>IOExceptionClassNotFoundExceptionMarshalledValue.get(java.lang.Object)public int hashCode()
instead.hashCode in class ObjectObject.hashCode()public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizableIOExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.