public void xdrDecode(XdrDecodingStream xdr)
 {
     this._attributes_follow = xdr.xdrDecodeBoolean();
     if (this._attributes_follow)
     {
         this._attributes = new WritingAttributes(xdr);
     }
 }
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._attributes_follow = xdr.xdrDecodeBoolean();
     if (this._attributes_follow)
     { this._attributes = new WritingAttributes(xdr); }
 }