public interface SerializableValue extends TypedValue
TypedValue
for which a serialized value can be obtained and specifiedModifier and Type | Method and Description |
---|---|
String |
getSerializationDataFormat()
The serialization format used to serialize this value.
|
SerializableValueType |
getType()
The type of the value.
|
Object |
getValue()
Returns the value or null in case the value is null.
|
String |
getValueSerialized()
Returns the serialized value.
|
boolean |
isDeserialized()
Returns true in case the value is deserialized.
|
boolean isDeserialized()
getValue()
methodObject getValue()
getValue
in interface TypedValue
IllegalStateException
- in case the value is not deserialized. See isDeserialized()
.String getValueSerialized()
getSerializationDataFormat()
) is not text based,
a base 64 encoded representation of the value is returned
The serialized value is a snapshot of the state of the value as it is
serialized to the process engine database.String getSerializationDataFormat()
SerializableValueType getType()
TypedValue
getType
in interface TypedValue
Copyright © 2018. All rights reserved.