@protected String? cst_encode_opt_String(String? raw) { // Codec=Cst (C-struct based), see doc to use other codecs return raw == null ? null : cst_encode_String(raw); }