Hi:

  Maybe the solution is that:

  First, Send Java object (.class) file with SOAP.
  Then, Use Java classloader to load the object into runtime.
  Last, Use reflection to invoke the methods.

  Do it sounds good?








From: "K1David Yang" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: It is possible to find a solution to serialization/Deserialization any object?
Date: Wed, 30 Oct 2002 22:20:29 +0000

Hi:

I have a project to serialization/Deserialization Java objects.
I hope I can find a solution - the soultion can handle any type
of Java class.
Someone told me - Reflection , but I think Reflection only works
on Pure Java Object, while SOAP send Java Object with XML format.
And I have finished a program based on Sample, and the program can
handle special complex Java class, So maybe I can find a way to make it
handle complex any Java class.

Thanks :)



_________________________________________________________________
Surf the Web without missing calls! Get MSN Broadband. http://resourcecenter.msn.com/access/plans/freeactivation.asp

_________________________________________________________________
Get a speedy connection with MSN Broadband.  Join now! http://resourcecenter.msn.com/access/plans/freeactivation.asp

Reply via email to