I am using an object to store workflow parameters.
This was working fine in a text field where the _response_object contained only strings
{“bywhom”:“the solicitor/instructing party”,“oldidappointments”:“B15881EE-1C70-4110-8BB0-795BF9BF6092”,“appchangereason”:“The expert has had to cancel the clinic”}
When adding a pdf into the Object though it starts to go horrible wrong. i just get a ‘null’
I have tried switching to a blob field and swtiched the blob serialisation on, but then i get a string back!
I then used iT2Be tools to try and convert what appears to be a string in the blob field that gets stored back to bytes, but the pdf I get back on reading the saved object appears to be 1/3 bigger than in the line before it is saved and blank!
This, I guess is simple, but between my reads and writes, serialisations etc something is going wrong!
Is there a correct way to store a mixed object in the DB, which field type, what serialisation and how do i read it back.
Thanks in advance.
David