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

Quick Search    Search Deep

org.jbpm.workflow.delegation
Interface Serializer  view Serializer download Serializer.java

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.