open id 

HomeFlows

Serialize list of bytes Messages in this topic - RSS

Fresh Cut Grass
Fresh Cut Grass
Posts: 65


11/24/2021
Fresh Cut Grass
Fresh Cut Grass
Posts: 65
I need to serialize a list of bytes to send to be send through a REST call. Can I do this in decisions?
0 link
amber.blanton@decisions.com
amber.blanton@decisions.com
Administrator
Posts: 72


11/24/2021
amber.blanton@decisions.com
amber.blanton@decisions.com
Administrator
Posts: 72
There are two methods to achieve this: the Convert Byte to Base 64 String step simply coverts the byte list into a string serial value. Alternatively, you can use the Base 64 Encode step as well. Both steps will serialize the data into base64 which is usable in REST calls.
0 link






Powered by Jitbit Forum 8.3.8.0 © 2006-2013 Jitbit Software