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-05-01 15:27:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.isc.org!agilent.com!sdd.hp.com!news-west.eli.net!logbridge.uoregon.edu!kibo.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Grace and Maps (was Re: Development process in the Ada community) Date: 01 May 2002 23:17:29 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: 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> <4519e058.0204300605.13180548@posting.google.com> NNTP-Posting-Host: pogner.demon.co.uk X-NNTP-Posting-Host: pogner.demon.co.uk:62.49.19.209 X-Trace: news.demon.co.uk 1020291982 nnrp-08:15578 NO-IDENT pogner.demon.co.uk:62.49.19.209 X-Complaints-To: abuse@demon.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:23373 Date: 2002-05-01T23:17:29+01:00 List-Id: dennison@telepath.com (Ted Dennison) writes: > Simon Wright wrote in message news:... > > 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. :-) ). Unless you send the serialized pointer into a different address context ..