Parsing historic process variables of type Object/json

Hi @kontrag,

Variables of type object are encoded in a serializer-specific way. The entries for XML and JSON variables in ACT_GE_BYTEARRAY should be UTF-8-encoded text. For Java-serialized values, it is a BLOB encoded according to the Java serialization spec.

Cheers,
Thorben