Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 7197 invoked from network); 28 Apr 2005 17:20:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Apr 2005 17:20:16 -0000 Received: (qmail 10846 invoked by uid 500); 28 Apr 2005 17:21:13 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 10822 invoked by uid 500); 28 Apr 2005 17:21:12 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 10793 invoked by uid 99); 28 Apr 2005 17:21:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of petite.abeille@gmail.com designates 64.233.184.193 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.193) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 28 Apr 2005 10:21:12 -0700 Received: by wproxy.gmail.com with SMTP id 49so385527wri for ; Thu, 28 Apr 2005 10:20:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=BSJmfAL1w1xIAMtCmmUsrb8GdYiQ0OPP6ICbc9pTKFRorpUF1Ce+Hs4S4sJE1tla4at5pPyX/Bpu6yOF3MVALM0NElJeTbzCZVU8vdzV98D0me2QVgvbPamghjA/NQ2Wr6vNYRk1KHyzmvNPx840pHYJieQ9VGTaLzysOXy/HOQ= Received: by 10.54.20.37 with SMTP id 37mr865138wrt; Thu, 28 Apr 2005 10:20:01 -0700 (PDT) Received: from ?10.0.1.7? ([84.226.192.12]) by mx.gmail.com with ESMTP id 67sm18939wra.2005.04.28.10.20.00; Thu, 28 Apr 2005 10:20:01 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v622) In-Reply-To: <427063F7.5000102@pacbell.net> References: <427063F7.5000102@pacbell.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <7a42d655c7e73e1a60b1171e02829b10@gmail.com> Content-Transfer-Encoding: 7bit From: PA Subject: Re: Serialize and deserialize object to and from text Date: Thu, 28 Apr 2005 19:19:46 +0200 To: Jakarta Commons Users List X-Mailer: Apple Mail (2.622) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Apr 28, 2005, at 06:17, Edmond Wong wrote: > I am looking for a text encoder and text decoder for object > serialization and deserialization. Anyone has worked on such a tool > before, and can share the source code? Take a look at PL: http://alt.textdrive.com/pl/ Usage example: // serializing an object to PL new PLObjectOutput( anOutputStream ).writeObject( anObject ); // deserializing an object back from PL new PLObjectInput( anInputStream ).readObject(); http://alt.textdrive.com/pl/5/pl-the-implementation Source code: http://dev.alt.textdrive.com/browser/pl/ Cheers -- PA, Onnay Equitursay http://alt.textdrive.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org