Encode payload with current schema
Uint8List encode(dynamic payload) { return type.encode(payload); }