pub fn expry_object_with_single_field(
    key: &[u8],
    value: &[u8]
) -> Result<Vec<u8>, EncodingError>
Expand description

Creates an object with a single key-value pair inside. Expects value to be binary encoded.