Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.delegation.impl.serializer
Class ActorSerializer  view ActorSerializer download ActorSerializer.java

java.lang.Object
  extended byorg.jbpm.workflow.delegation.AbstractConfigurable
      extended byorg.jbpm.workflow.delegation.impl.serializer.ActorSerializer
All Implemented Interfaces:
org.jbpm.workflow.delegation.Configurable, org.jbpm.workflow.delegation.Serializer

public class ActorSerializer
extends org.jbpm.workflow.delegation.AbstractConfigurable
implements org.jbpm.workflow.delegation.Serializer


Field Summary
private static org.jbpm.util.client.ServiceLocator serviceLocator
           
 
Fields inherited from class org.jbpm.workflow.delegation.AbstractConfigurable
 
Constructor Summary
ActorSerializer()
           
 
Method Summary
 java.lang.Object deserialize(java.lang.String text)
          serializes the value of an org.jbpm.workflow.execution.AttributeInstance to store it in the database.
 java.lang.String serialize(java.lang.Object object)
          serializes the value of an org.jbpm.workflow.execution.AttributeInstance to store it in the database.
 
Methods inherited from class org.jbpm.workflow.delegation.AbstractConfigurable
getConfiguration, setConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.workflow.delegation.Configurable
setConfiguration
 

Field Detail

serviceLocator

private static final org.jbpm.util.client.ServiceLocator serviceLocator
Constructor Detail

ActorSerializer

public ActorSerializer()
Method Detail

serialize

public java.lang.String serialize(java.lang.Object object)
Description copied from interface: org.jbpm.workflow.delegation.Serializer
serializes the value of an org.jbpm.workflow.execution.AttributeInstance to store it in the database.

Specified by:
serialize in interface org.jbpm.workflow.delegation.Serializer

deserialize

public java.lang.Object deserialize(java.lang.String text)
Description copied from interface: org.jbpm.workflow.delegation.Serializer
serializes the value of an org.jbpm.workflow.execution.AttributeInstance to store it in the database.

Specified by:
deserialize in interface org.jbpm.workflow.delegation.Serializer