From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.42.75.10 with SMTP id y10mr2960266icj.19.1390504623829; Thu, 23 Jan 2014 11:17:03 -0800 (PST) X-Received: by 10.50.66.101 with SMTP id e5mr7391igt.12.1390504623672; Thu, 23 Jan 2014 11:17:03 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!c10no2393932igq.0!news-out.google.com!vg8ni10igb.0!nntp.google.com!uq10no3155657igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 23 Jan 2014 11:17:03 -0800 (PST) In-Reply-To: <9e27abb7-e944-4bd4-a10c-600fe4da7872@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.126.103.122; posting-account=KSa2aQoAAACOxnC0usBJYX8NE3x3a1Xq NNTP-Posting-Host: 66.126.103.122 References: <20a36d96-850e-4020-8dfa-777eb9c944f4@googlegroups.com> <9e27abb7-e944-4bd4-a10c-600fe4da7872@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <56a5aeb6-8704-457c-a24f-b664746afe72@googlegroups.com> Subject: Re: Binary and XML serialization of types From: adambeneschan@gmail.com Injection-Date: Thu, 23 Jan 2014 19:17:03 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1545 Xref: number.nntp.dca.giganews.com comp.lang.ada:184525 Date: 2014-01-23T11:17:03-08:00 List-Id: On Thursday, January 23, 2014 11:15:56 AM UTC-8, I wrote: > I think you simply want to do something like this. Put the declaration of Guid_Write and the "for" clause in A.Types. I meant in the specification of A.Types. I left a word out. -- Adam > Then, in the body of A.Types: > ........