Some comments laying about.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4329 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-08-17 22:16:04 +00:00
parent 1ae508f3aa
commit 79efc4dd0d
2 changed files with 11 additions and 1 deletions
@@ -2,6 +2,8 @@ package com.threerings.util {
import flash.net.ObjectEncoding;
import flash.system.ApplicationDomain;
import flash.utils.ByteArray;
import flash.utils.Endian;
@@ -32,7 +34,7 @@ public class FlashObjectMarshaller
return null;
}
// TODO: Our own encoding, that takes into account
// TODO: Our own decoding, that takes into account
// the ApplicationDomain
bytes.endian = Endian.BIG_ENDIAN;
bytes.objectEncoding = ObjectEncoding.AMF3;