Moved generic marshalling code into presents.io from presents.dobj.io as

it is now general purpose.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@912 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-02-01 23:32:37 +00:00
parent ef9e0bc53f
commit b7913ceb0b
23 changed files with 45 additions and 46 deletions
@@ -1,5 +1,5 @@
//
// $Id: Table.java,v 1.6 2001/10/23 23:47:02 mdb Exp $
// $Id: Table.java,v 1.7 2002/02/01 23:32:37 mdb Exp $
package com.threerings.parlor.data;
@@ -10,7 +10,7 @@ import java.io.DataOutputStream;
import com.samskivert.util.StringUtil;
import com.threerings.presents.dobj.DSet;
import com.threerings.presents.dobj.io.ValueMarshaller;
import com.threerings.presents.io.ValueMarshaller;
import com.threerings.parlor.client.ParlorCodes;
import com.threerings.parlor.game.GameConfig;