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.236.94.113 with SMTP id m77mr3541146yhf.33.1390507438552; Thu, 23 Jan 2014 12:03:58 -0800 (PST) X-Received: by 10.50.43.137 with SMTP id w9mr9742igl.14.1390507438346; Thu, 23 Jan 2014 12:03:58 -0800 (PST) Path: border1.nntp.dca.giganews.com!nntp.giganews.com!k15no1402096qaq.0!news-out.google.com!vg8ni10igb.0!nntp.google.com!uq10no3202279igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 23 Jan 2014 12:03:57 -0800 (PST) In-Reply-To: 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> <56a5aeb6-8704-457c-a24f-b664746afe72@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8e2f182e-f3dd-477f-b90a-ab0849a182f6@googlegroups.com> Subject: Re: Binary and XML serialization of types From: adambeneschan@gmail.com Injection-Date: Thu, 23 Jan 2014 20:03:58 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:184528 Date: 2014-01-23T12:03:57-08:00 List-Id: On Thursday, January 23, 2014 11:58:44 AM UTC-8, han...@gmail.com wrote: > Thanks Adam, > > Ok,that makes sense. > > One more question: Am I on the right path here, or is there a better way to do binary encoding into streams? I want this to perform as fast as possible. I'd guess that you're on an OK path, but that isn't my area of expertise. Perhaps someone else can give a better answer. -- Adam