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 1C5EB9977 for ; Mon, 9 Apr 2012 01:20:32 +0000 (UTC) Received: (qmail 9455 invoked by uid 500); 9 Apr 2012 01:20:31 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 9429 invoked by uid 500); 9 Apr 2012 01:20:31 -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 9419 invoked by uid 99); 9 Apr 2012 01:20:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2012 01:20:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [66.167.159.180] (HELO mail.digitalprimates.net) (66.167.159.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2012 01:20:22 +0000 Received: from DPSBS1.digitalprimates.local ([fe80::5823:d1b4:86c2:3ad0]) by DPSBS1.digitalprimates.local ([fe80::5823:d1b4:86c2:3ad0%22]) with mapi id 14.01.0289.001; Sun, 8 Apr 2012 20:20:01 -0500 From: "Michael A. Labriola" To: "flex-dev@incubator.apache.org" Subject: RE: RFC - additional registerClassAlias Thread-Topic: RFC - additional registerClassAlias Thread-Index: Ac0TbSAqh5N4jQEBTpKqkIO4ZD9TXgAAfO8dAAALN+AAAC/MygAACRHQAInD8QAABDQpAAARsrGQ Date: Mon, 9 Apr 2012 01:20:00 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [24.12.91.54] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 >What I suggest be done. >- Pressure Adobe to release AMF 3.1 spec and implement it in the player in= the way that references inside vectors and dictionaries count towards tota= l >count. Remove undocumented features from AMF 3.0, so that conforming imp= lementation wouldn't have the problem of running into something they >neith= er can understand nor skip. >- Pressure Adobe to change the AMF serialization API in a way it stops bei= ng global. >- For the time being, it is possible to build the model for serialization = / deserialization, which is not global, which would only register aliases f= or the >writing / reading operation, and unregister them after the operatio= n finishes. I've posted the API, as I would like them to be before. Oleg, Thanks for this. Will write up some thoughts tomorrow. Mike