当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
ResultCodec - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.junit
Class ResultCodec
java.lang.Object
org.jboss.portal.junit.ResultCodec
- public class ResultCodec
- extends java.lang.Object
Perform marshalling and unmarshalling of results objects.
For now it is plain java serialization.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultCodec
public ResultCodec()
marshallResult
public static java.lang.String marshallResult(Result result)
unmarshallResult
public static Result unmarshallResult(java.lang.String hex)