public class DeserializedObject extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
deserializedObject |
protected byte[] |
originalBytes |
protected SerializableType |
type |
protected VariableInstanceEntity |
variableInstanceEntity |
Constructor and Description |
---|
DeserializedObject(SerializableType type,
Object deserializedObject,
byte[] serializedBytes,
VariableInstanceEntity variableInstanceEntity) |
Modifier and Type | Method and Description |
---|---|
void |
verifyIfBytesOfSerializedObjectChanged() |
protected SerializableType type
protected Object deserializedObject
protected byte[] originalBytes
protected VariableInstanceEntity variableInstanceEntity
public DeserializedObject(SerializableType type, Object deserializedObject, byte[] serializedBytes, VariableInstanceEntity variableInstanceEntity)
Copyright © 2017 Flowable. All rights reserved.