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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ac39a12d5faf5b14 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-30 07:05:54 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dennison@telepath.com (Ted Dennison) Newsgroups: comp.lang.ada Subject: Re: Grace and Maps (was Re: Development process in the Ada community) Date: 30 Apr 2002 07:05:54 -0700 Organization: http://groups.google.com/ Message-ID: <4519e058.0204300605.13180548@posting.google.com> References: <3CB46975.90408@snafu.de> <4519e058.0204190529.559a47ae@posting.google.com> <3CC1C6B3.6060306@telepath.com> <3CC21747.5000501@telepath.com> <3CC59ED2.1000803@home.com> <3CC5B286.6FE61551@san.rr.com> <3CC5B9EE.32F3060@san.rr.com> NNTP-Posting-Host: 65.115.221.98 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1020175554 5081 127.0.0.1 (30 Apr 2002 14:05:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 30 Apr 2002 14:05:54 GMT Xref: archiver1.google.com comp.lang.ada:23271 Date: 2002-04-30T14:05:54+00:00 List-Id: Simon Wright wrote in message news:... > Hyman Rosen writes: > > > Besides, doesn't Ada already have serialization > > for this kind of thing? > > Serialization (support of Ada.Streams) is only supported out of the > box for some types; not sure of the full details, but things > referenced by pointers are not included. So any unbounded container > will need some work. Its supported out of the box for all types, but for some (eg: pointers) it doesn't work so well. (Actually, it works just fine for pointers too, as long as the program continues to run. :-) ). Yes, a container will need some work to make it do the "right thing" for a stream read or write. I don't see any reason why that work should not be done. I believe that what we had the Lists package do. -- T.E.D. Home - mailto:dennison@telepath.com (Yahoo: Ted_Dennison) Homepage - http://www.telepath.com/dennison/Ted/TED.html