Index:
[thread]
[date]
[subject]
[author]
From: Philip K. Warren <pkw@duke.edu>
To :
Date: Thu, 29 Apr 1999 23:01:27 -0400
Object Serialization
Can anyone offer any advice on Object Serialization? We would prefer to
send our maze as an object over the network instead of making a huge
text-based message that would describe all of the connections, rooms in our
maze and then build it from scratch on the client. However, after making
much of the code implement Serializable and testing it on our server, it
kept saying that we were overrunning the stack and the server would die.
Has anyone been able to get this working in their programs? Can anyone
offer any advice on sending these types of objects over the network?
Thanks.
-- Philip
Index:
[thread]
[date]
[subject]
[author]