private void encodeObject(Erlang.Object o, bool writeVersion) { if (writeVersion) this.write(OtpExternal.versionTag); this.write_any(o); }