public class FallbackSpinObjectValueSerializer extends AbstractObjectValueSerializer
Modifier and Type | Field and Description |
---|---|
static String |
DESERIALIZED_OBJECTS_EXCEPTION_MESSAGE |
protected String |
serializationFormat |
serializationDataFormat
BINARY_VALUE_TYPES, valueType
Constructor and Description |
---|
FallbackSpinObjectValueSerializer(String serializationFormat) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canSerializeValue(Object value)
return true if this serializer is able to serialize the provided object.
|
protected Object |
deserializeFromByteArray(byte[] object,
String objectTypeName)
Deserialize the object from a byte array.
|
String |
getName()
The name of this serializer.
|
protected String |
getTypeNameForDeserialized(Object deserializedObject)
Returns the type name for the deserialized object.
|
protected boolean |
isSerializationTextBased()
Return true if the serialization is text based.
|
protected byte[] |
serializeToByteArray(Object deserializedObject)
Implementations must return a byte[] representation of the provided object.
|
convertToTypedValue, createDeserializedValue, createSerializedValue, deserializeFromByteArray, getObjectTypeName, isMutableValue, readObjectNameFromFields, updateTypedValue, writeToValueFields
canWriteValue, getSerializationDataformat, getSerializedBytesValue, getSerializedStringValue, readSerializedValueFromFields, readValue, writeValue
canHandle, getType
public static final String DESERIALIZED_OBJECTS_EXCEPTION_MESSAGE
protected String serializationFormat
public FallbackSpinObjectValueSerializer(String serializationFormat)
public String getName()
TypedValueSerializer
protected String getTypeNameForDeserialized(Object deserializedObject)
AbstractObjectValueSerializer
getTypeNameForDeserialized
in class AbstractObjectValueSerializer
protected byte[] serializeToByteArray(Object deserializedObject) throws Exception
AbstractObjectValueSerializer
serializeToByteArray
in class AbstractObjectValueSerializer
deserializedObject
- the object to serializeException
protected Object deserializeFromByteArray(byte[] object, String objectTypeName) throws Exception
AbstractObjectValueSerializer
deserializeFromByteArray
in class AbstractObjectValueSerializer
object
- the object to deserializeobjectTypeName
- the type name of the object to deserializeException
protected boolean isSerializationTextBased()
AbstractObjectValueSerializer
isSerializationTextBased
in class AbstractObjectValueSerializer
protected boolean canSerializeValue(Object value)
AbstractSerializableValueSerializer
canSerializeValue
in class AbstractSerializableValueSerializer<org.camunda.bpm.engine.variable.value.ObjectValue>
value
- the object to test (guaranteed to be a non-null value)Copyright © 2022. All rights reserved.