pub fn ple_encode(action_data_array: Vec<Vec<u8>>) -> Vec<u8> ⓘExpand description
Uses prefix-length encoding to efficient encode action data.
Prefix-length encoding is a data encoding method where the beginning of a data segment (the “prefix”) contains information about the length of the following data.