Whoops, can't have writeObject methods in actionscript DObjects

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6316 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2010-11-30 02:50:32 +00:00
parent 5a3694aa6f
commit ff1254dc37
@@ -35,6 +35,7 @@ public class {{classname}} {{^extends.isEmpty}}extends {{extends}}
{{name}} = ins.{{reader}};
{{/fields}}
}
{{^dobject}}
{{#superclassStreamable}}override {{/superclassStreamable}}public function writeObject (out :ObjectOutputStream) :void
{
@@ -45,6 +46,7 @@ public class {{classname}} {{^extends.isEmpty}}extends {{extends}}
out.{{writer}};
{{/fields}}
}
{{/dobject}}
// GENERATED STREAMING END
}