Class SerializableType

java.lang.Object
org.flowable.variable.service.impl.types.ByteArrayType
org.flowable.variable.service.impl.types.SerializableType
All Implemented Interfaces:
VariableType, MutableVariableType<Object,byte[]>
Direct Known Subclasses:
LongStringType

public class SerializableType extends ByteArrayType implements MutableVariableType<Object,byte[]>
Author:
Tom Baeyens, Marcus Klimstra (CGI)