Files
narya/src/java/com/threerings/presents/tools
Michael Bayne 410d85d49d A task to generate readObject() and writeObject() for Streamable classes (for
use in non-sandboxed environments). Unfortunately we have to do this for all
Streamable classes, not just the ones that have protected/private members
because we need to be able to call super.readObject() and have that exist even
if our superclass contains only public members.

Doing magic streaming with combinations of classes that do and don't have
readObject() would start to get extremely complicated, particularly if the base
class had readObject() an intermediate class had none, then a later class had
one again. Madness. Doing things with compiled methods will be faster anyway...


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4686 542714f4-19e9-0310-aa3c-eee0fc999fb1
2007-05-04 22:04:50 +00:00
..
2007-04-18 16:40:57 +00:00
2007-02-24 00:39:27 +00:00
2007-02-24 00:39:27 +00:00
2007-02-24 00:39:27 +00:00
2006-03-06 22:10:05 +00:00
2006-03-06 22:10:05 +00:00