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.14.100 with SMTP id c64mr3383097yhc.38.1390507124604; Thu, 23 Jan 2014 11:58:44 -0800 (PST) X-Received: by 10.140.49.65 with SMTP id p59mr5171qga.41.1390507124541; Thu, 23 Jan 2014 11:58:44 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog4.nntp.dca3.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!f11no1414895qae.1!news-out.google.com!gg4ni1291qab.0!nntp.google.com!f11no1414894qae.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 23 Jan 2014 11:58:44 -0800 (PST) In-Reply-To: <56a5aeb6-8704-457c-a24f-b664746afe72@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=79.161.178.23; posting-account=bXa9kQoAAADQ0LSY80qTyLW4hcbm0Soz NNTP-Posting-Host: 79.161.178.23 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: Subject: Re: Binary and XML serialization of types From: hanslad@gmail.com Injection-Date: Thu, 23 Jan 2014 19:58:44 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1470 Xref: number.nntp.dca.giganews.com comp.lang.ada:184527 Date: 2014-01-23T11:58:44-08:00 List-Id: 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. Thanks, HP