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

- All Superinterfaces:
- Configurable
- public interface Serializer
- extends Configurable
performs (de)serialisation of org.jbpm.workflow.execution.AttributeInstance-values (which are ordinary java-objects), for storage in the database. It is even possible to use a process specific java-type as org.jbpm.workflow.execution.AttributeInstance-value.
| 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 interface org.jbpm.workflow.delegation.Configurable |
setConfiguration |
| Method Detail |
serialize
public java.lang.String serialize(java.lang.Object object)
- serializes the value of an org.jbpm.workflow.execution.AttributeInstance
to store it in the database.
deserialize
public java.lang.Object deserialize(java.lang.String text)
- serializes the value of an org.jbpm.workflow.execution.AttributeInstance
to store it in the database.
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ delegation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC