On Thu, Apr 5, 2012 at 2:04 PM, Omar Gonzalez <[email protected]>wrote:
> > > On Thu, Apr 5, 2012 at 2:00 PM, Alex Harui <[email protected]> wrote: > >> >> >> >> On 4/5/12 1:55 PM, "Michael A. Labriola" <[email protected]> >> 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 > Nevermind, just realized we can't change that code. :) -omar
