Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 895F39807 for ; Thu, 5 Apr 2012 21:05:16 +0000 (UTC) Received: (qmail 9027 invoked by uid 500); 5 Apr 2012 21:05:15 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 8994 invoked by uid 500); 5 Apr 2012 21:05:15 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 8986 invoked by uid 99); 5 Apr 2012 21:05:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 21:05:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of omarg.developer@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-wg0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 21:05:10 +0000 Received: by wgbdr12 with SMTP id dr12so1434692wgb.0 for ; Thu, 05 Apr 2012 14:04:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=V/we7h8zUNa9k2SQ6kEm5+y+pq038WiRWv69apoatKg=; b=lpijLTpi9cTQ0PP56WAKaoRSCpv7NNWF+LiFyf+VCN5/RofV3sHn7l4PLzwksZSWPt +pSlQJUhZsO0jEL6OReEqIsGe6E7K1eOgIjzfVsch/8BDGsJnEexxKJVTH/b9NHtNeQE nlytp/hLLFkMADlc26+pJkojGkVU7hBbsjbd07pEGDTXLPUddRE4V93sMSteogjsQ1ZF vtjlFTV795uiSm0oYhTP6A5PHMLX0PEr5VtTnJZHgoFd665vsvfrSodEPl+PAzACWd/V cZTGBKY5hfMyu00ySL2mLjfNaY1V2Hu77uggaYtBUUDSbgs6lWERdEd9iRxtM4+YqFw3 Apdw== MIME-Version: 1.0 Received: by 10.216.134.41 with SMTP id r41mr2592273wei.13.1333659888984; Thu, 05 Apr 2012 14:04:48 -0700 (PDT) Received: by 10.180.5.5 with HTTP; Thu, 5 Apr 2012 14:04:48 -0700 (PDT) In-Reply-To: References: Date: Thu, 5 Apr 2012 14:04:48 -0700 Message-ID: Subject: Re: RFC - additional registerClassAlias From: Omar Gonzalez To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=0016e6d58aebef207b04bcf4e390 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d58aebef207b04bcf4e390 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Apr 5, 2012 at 2:00 PM, Alex Harui wrote: > > > > On 4/5/12 1:55 PM, "Michael A. Labriola" > wrote: > > > What would everyone > > think about further modifying the compiler to add registrations for the > basic > > types in the startup of Flex apps? > I would put the additional registration calls in the class initializer for > VectorCollection. If you aren't using it, you shouldn't have to pay for > the > registration. > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui > > This would be a great change. To take this line of thinking further though, perhaps we shouldn't make people pay for the registration just for using VectorCollection either, or just Vector. Maybe the registerClassAlias() calls should go in ByteArray.readObject()? -omar --0016e6d58aebef207b04bcf4e390--