static fun encode(bytes: Bytes!): String!
Encode bytes to a base64 encoded string.
bytes - Bytes!: The bytes to encode.
bytes
Return String!: A base64 encoded string.