Expand description

Handle serializing and deserializing from Option<Vec<u8>> to a UTF-8 string

Functions

  • Deserializes a UTF-8 string into a Option<Vec<u8>>
  • Serializes a Option<Vec<u8>> into a UTF-8 string if Ok()