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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,761a5bc3f2885ba8 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!newsfeed.straub-nv.de!noris.net!news.teledata-fn.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Serialization Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <9343edff-25c2-4d2b-ac02-dd7a1446bd0d@h21g2000yqa.googlegroups.com> Date: Wed, 29 Jul 2009 18:04:02 +0200 Message-ID: NNTP-Posting-Date: 29 Jul 2009 18:03:59 CEST NNTP-Posting-Host: 7474dbdc.newsspool4.arcor-online.net X-Trace: DXC=?44cYkcQBchEB;5>eE0T7m4IUK On Wed, 29 Jul 2009 08:40:35 -0700 (PDT), Tomek Walkuski wrote: > Is there any serialization / deserialization library for Ada? Or maybe > same theoretical papers how should it be implemented? Depending on what you mean: 1. Marshaling: see stream I/O attributes S'Input and S'Output 2. Interlocking: see protected objects and tasks. 3. Persistence layer: I maintain one library and there certainly exit others. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de