站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

ResultCodec - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.junit
Class ResultCodec

java.lang.Object
  extended byorg.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.


Constructor Summary
ResultCodec()
           
 
Method Summary
static java.lang.String marshallResult(Result result)
           
static Result unmarshallResult(java.lang.String hex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultCodec

public ResultCodec()
Method Detail

marshallResult

public static java.lang.String marshallResult(Result result)

unmarshallResult

public static Result unmarshallResult(java.lang.String hex)