515516517518519520521
* @param b - the value of the message's part */ protected void _addObjectPart(String a, Object b) { _sep(); buf.append(a).append(':') .append(new JSONEncoderCli().encode(b)); }
527528529530531532533