org.jbpm.task.utils
Class ContentMarshallerHelper

java.lang.Object
  extended by org.jbpm.task.utils.ContentMarshallerHelper

public class ContentMarshallerHelper
extends Object


Constructor Summary
ContentMarshallerHelper()
           
 
Method Summary
static ContentData marshal(Object o, Environment env)
           
static Object unmarshall(byte[] content, Environment env)
           
static Object unmarshall(byte[] content, Environment env, ClassLoader classloader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentMarshallerHelper

public ContentMarshallerHelper()
Method Detail

marshal

public static ContentData marshal(Object o,
                                  Environment env)

unmarshall

public static Object unmarshall(byte[] content,
                                Environment env)

unmarshall

public static Object unmarshall(byte[] content,
                                Environment env,
                                ClassLoader classloader)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.