Encodes a nested list of objects into its RLP representation.
static List<int> encode(List<List<dynamic>> object) { return _encode(object); }