站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 API 英文版文档

SerializableToByteArrayConverter (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档


org.jbpm.context.exe.converter
Class SerializableToByteArrayConverter

java.lang.Object
  extended byorg.jbpm.context.exe.converter.SerializableToByteArrayConverter
All Implemented Interfaces:
Converter, java.io.Serializable

public class SerializableToByteArrayConverter
extends java.lang.Object
implements Converter

See Also:
Serialized Form

Constructor Summary
SerializableToByteArrayConverter()
           
 
Method Summary
 java.lang.Object convert(java.lang.Object o)
          converts a given object to its persistable format.
 java.lang.Object revert(java.lang.Object o)
          reverts a persisted object to its original form.
 boolean supports(java.lang.Class clazz)
          is true if this converter supports the given type, false otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableToByteArrayConverter

public SerializableToByteArrayConverter()
Method Detail

supports

public boolean supports(java.lang.Class clazz)
Description copied from interface: Converter
is true if this converter supports the given type, false otherwise.

Specified by:
supports in interface Converter

convert

public java.lang.Object convert(java.lang.Object o)
Description copied from interface: Converter
converts a given object to its persistable format.

Specified by:
convert in interface Converter

revert

public java.lang.Object revert(java.lang.Object o)
Description copied from interface: Converter
reverts a persisted object to its original form.

Specified by:
revert in interface Converter


Version : jbpm-3.0.4