public virtual void write_boolean(bool b) { this.write_atom((b ? Erlang.Boolean.s_true : Erlang.Boolean.s_false).atomValue()); }