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 D1D249714 for ; Mon, 9 Apr 2012 01:13:25 +0000 (UTC) Received: (qmail 97047 invoked by uid 500); 9 Apr 2012 01:13:25 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 97018 invoked by uid 500); 9 Apr 2012 01:13:25 -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 97005 invoked by uid 99); 9 Apr 2012 01:13:25 -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:13:25 +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:13:16 +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:12:55 -0500 From: "Michael A. Labriola" To: "flex-dev@incubator.apache.org" Subject: RE: RFC - additional registerClassAlias Thread-Topic: RFC - additional registerClassAlias Thread-Index: Ac0TbSAqh5N4jQEBTpKqkIO4ZD9TXgCom10AAAhxF0A= Date: Mon, 9 Apr 2012 01:12:54 +0000 Message-ID: References: <5E6FAD3A-DC2F-48F6-84F6-ABEE3C28C833@classsoftware.com> In-Reply-To: <5E6FAD3A-DC2F-48F6-84F6-ABEE3C28C833@classsoftware.com> 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 >Perhaps a way to get around this is instead of serialising the vector is = to serialise an array representing the vector. Also, it is worth pointing out that the Vector serializes fine, it just com= es back with a different type if you don't do those registerClassAlias stat= ements. So, effectively, this isn't much different than the Array. Mike