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 DateSerializer  view DateSerializer download DateSerializer.java

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

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


Field Summary
 
Fields inherited from class org.jbpm.workflow.delegation.AbstractConfigurable
 
Constructor Summary
DateSerializer()
           
 
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
 

Constructor Detail

DateSerializer

public DateSerializer()
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