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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,e5dc20115bb61aec X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!h21g2000yqa.googlegroups.com!not-for-mail From: xorque Newsgroups: comp.lang.ada Subject: Re: Generalized serialization for enumeration types Date: Wed, 26 Aug 2009 04:35:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <249a69e5-8e21-4968-a183-64732618660a@h21g2000yqa.googlegroups.com> <4a9519db$0$32681$9b4e6d93@newsspool2.arcor-online.net> NNTP-Posting-Host: 62.249.247.223 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1251286556 25176 127.0.0.1 (26 Aug 2009 11:35:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 26 Aug 2009 11:35:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h21g2000yqa.googlegroups.com; posting-host=62.249.247.223; posting-account=D9GNUgoAAAAmg7CCIh9FhKHNAJmHypsp User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.0.13) Gecko/2009081019 Firefox/3.0.13,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7988 Date: 2009-08-26T04:35:17-07:00 List-Id: On Aug 26, 11:17=A0am, Georg Bauhaus wrote: > Not exactly the same solution, but there doesn't seem to be > a problem with a generic and Seuqential_IO; I might well > have misunderstood. Yes, I've seen that one (love the Gems series) but as I'm not just writing enum values (integers, booleans, strings, etc), I need an IO package that can handle heterogeneous data. We're basically sending data to GNAT.Socket streams.