Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 29624 invoked from network); 21 Mar 2007 15:44:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2007 15:44:32 -0000 Received: (qmail 86384 invoked by uid 500); 21 Mar 2007 15:44:28 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 86318 invoked by uid 500); 21 Mar 2007 15:44:28 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 86087 invoked by uid 99); 21 Mar 2007 15:44:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2007 08:44:26 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2007 08:38:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6D3F5714077 for ; Wed, 21 Mar 2007 08:38:32 -0700 (PDT) Message-ID: <6129241.1174491512444.JavaMail.jira@brutus> Date: Wed, 21 Mar 2007 08:38:32 -0700 (PDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Assigned: (DIRSERVER-478) Standarzied serialization and deserialization of Name, Attribute, and Attributes. In-Reply-To: <1234697003.1119622271595.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny reassigned DIRSERVER-478: ------------------------------------------- Assignee: Emmanuel Lecharny (was: Trustin Lee) > Standarzied serialization and deserialization of Name, Attribute, and Attributes. > --------------------------------------------------------------------------------- > > Key: DIRSERVER-478 > URL: https://issues.apache.org/jira/browse/DIRSERVER-478 > Project: Directory ApacheDS > Issue Type: Improvement > Components: core > Reporter: Trustin Lee > Assigned To: Emmanuel Lecharny > Priority: Minor > > We should provide standardized high-performance serialization/deserialization mechanism as a library. > Using Java serialization has couple of cons: > * Slow > * Resulting data is big > * Serialized data might be unable to read due to class signature changes > It will also help users to create their own ContextPartition implementation easily. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.