Return-Path: Delivered-To: apmail-jakarta-httpclient-user-archive@www.apache.org Received: (qmail 58139 invoked from network); 8 Jun 2006 15:58:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jun 2006 15:58:08 -0000 Received: (qmail 45615 invoked by uid 500); 8 Jun 2006 15:58:07 -0000 Delivered-To: apmail-jakarta-httpclient-user-archive@jakarta.apache.org Received: (qmail 45590 invoked by uid 500); 8 Jun 2006 15:58:07 -0000 Mailing-List: contact httpclient-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: "HttpClient User Discussion" Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-user@jakarta.apache.org Received: (qmail 45572 invoked by uid 99); 8 Jun 2006 15:58:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2006 08:58:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of michael.wang@ichotelsgroup.com designates 165.2.141.42 as permitted sender) Received: from [165.2.141.42] (HELO ichotelsgroup.com) (165.2.141.42) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2006 08:58:06 -0700 Received: from ([10.162.32.57]) by immx4.ichotelsgroup.com with ESMTP id 5202440.3797891; Thu, 08 Jun 2006 11:57:17 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C68B14.3DB2A5E8" Subject: passing object Date: Thu, 8 Jun 2006 11:57:27 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: passing object Thread-Index: AcaLFDcce/w1gEFZRb6gP9w6Hj4/4Q== From: "Wang, Michael \(Matrix\)" To: "HttpClient User Discussion" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C68B14.3DB2A5E8 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Is there a way to pass an object like HashTable by using httpclient? =20 Is that a correct way to do that like this: In client side, serializing object to string and send it as URL post parameter. In the server side, de-serializing the string to object. =20 Thanks in advance. =20 --Michael =20 ------_=_NextPart_001_01C68B14.3DB2A5E8--