Checkpoint.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3912 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-04 02:43:14 +00:00
parent 15c258cdd4
commit a75f496e76
8 changed files with 216 additions and 11 deletions
+4
View File
@@ -1,5 +1,9 @@
package com.threerings.io {
/**
* Note: all Streamable instances should have a constructor that copes
* with no arguments.
*/
public interface Streamable
{
function writeObject (out :ObjectOutputStream) :void;