Serialize list of bytes

Serialize list of bytes

Comments

  • I need to serialize a list of bytes to send to be send through a REST call. Can I do this in decisions?

  • Unknown
    edited November 2023

    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.

Sign In or Register to comment.