public class MarshalledObject<S extends Serializable> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static <S extends Serializable> |
marshall(S serializable) |
S |
unmarshall() |
public static <S extends Serializable> MarshalledObject<S> marshall(S serializable) throws NullPointerException
NullPointerExceptionpublic S unmarshall() throws UndeclaredThrowableException
UndeclaredThrowableExceptionCopyright © 2017 JBoss by Red Hat. All Rights Reserved.