Use the ArrayStreamer to stream regular Arrays as well.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4113 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-05-11 23:58:21 +00:00
parent a9567278ea
commit d123c61606
5 changed files with 32 additions and 54 deletions
+3
View File
@@ -32,5 +32,8 @@ public class Translations
/** A mapping of java names to actionscript names. */
protected static var _fromServer :SimpleMap = new SimpleMap();
// initialize some standard classes
addTranslation("Object", "java.lang.Object");
}
}