|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> delegation >> impl >> [ serializer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbpm.workflow.delegation.impl.serializer
Class ActorSerializer

java.lang.Objectorg.jbpm.workflow.delegation.AbstractConfigurable
org.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
- extends org.jbpm.workflow.delegation.AbstractConfigurable
| 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:
serializein interfaceorg.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:
deserializein interfaceorg.jbpm.workflow.delegation.Serializer
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> delegation >> impl >> [ serializer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC