How to convert my object into base64 string

0
Hi, I am using base64 encode java activity which converts string to base64 encode. can you please help me to convert object into base64? Best,
asked
2 answers
0

I’m not sure you would really want to do this, but if you do, you could try using an Export Mapping to convert the entity to a JSON string, then Base64 encode this. 

Hope this helps

answered
0

The community commons has two functions: Base64DecodeToFile and Base64EncodeFile for either coding or decoding to base64.

Reagards,

Ronald

 

answered