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:
@@ -35,6 +35,7 @@ public class {{classname}} {{^extends.isEmpty}}extends {{extends}}
|
|||||||
{{name}} = ins.{{reader}};
|
{{name}} = ins.{{reader}};
|
||||||
{{/fields}}
|
{{/fields}}
|
||||||
}
|
}
|
||||||
|
{{^dobject}}
|
||||||
|
|
||||||
{{#superclassStreamable}}override {{/superclassStreamable}}public function writeObject (out :ObjectOutputStream) :void
|
{{#superclassStreamable}}override {{/superclassStreamable}}public function writeObject (out :ObjectOutputStream) :void
|
||||||
{
|
{
|
||||||
@@ -45,6 +46,7 @@ public class {{classname}} {{^extends.isEmpty}}extends {{extends}}
|
|||||||
out.{{writer}};
|
out.{{writer}};
|
||||||
{{/fields}}
|
{{/fields}}
|
||||||
}
|
}
|
||||||
|
{{/dobject}}
|
||||||
// GENERATED STREAMING END
|
// GENERATED STREAMING END
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user