Results 1 to 3 of 3
- 12-12-2010, 01:56 AM #1
Member
- Join Date
- Nov 2010
- Posts
- 22
- Rep Power
- 0
- 12-12-2010, 02:58 AM #2
are you able to serialize it using some other serialization api, such as using XML: xstream, castor, or JSON : SOJO, jsonserializer (both of these on sourceforge)
where you serialize it into XML or JSON and pass that thru the socket and on the receiving side, deserialize it back into an object?
- 12-12-2010, 03:18 AM #3
Member
- Join Date
- Nov 2010
- Posts
- 22
- Rep Power
- 0
Similar Threads
-
Operator < cannot be applied to java.lang.Object, Object
By Albert in forum Advanced JavaReplies: 2Last Post: 11-26-2010, 03:12 AM -
Create object of unknown class, based on existing object
By Zack in forum New To JavaReplies: 2Last Post: 06-22-2010, 05:29 AM -
[Paremeters] in a method(Object expA, Object expB){}
By Unsub in forum New To JavaReplies: 2Last Post: 01-29-2010, 03:01 AM -
how to pass an arraylist from an object back to the parent object that it was created
By george_a in forum New To JavaReplies: 1Last Post: 03-04-2009, 07:14 PM -
Parsing a superclass object to subclass object dynamicly
By Andrefs in forum Advanced JavaReplies: 1Last Post: 07-22-2008, 05:27 PM
Bookmarks