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>
IOException
ClassNotFoundException
MarshalledValue.get(java.lang.Object)
public int hashCode()
instead
.hashCode
in class Object
Object.hashCode()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException
readExternal
in interface Externalizable
IOException
Copyright © 2015 JBoss by Red Hat. All rights reserved.