More revamped serialization cleanup.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2079 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-12-20 23:41:27 +00:00
parent ee9049fe3e
commit 48823b10f9
22 changed files with 23 additions and 291 deletions
@@ -1,13 +1,8 @@
//
// $Id: FailureResponse.java,v 1.9 2002/12/20 23:28:24 mdb Exp $
// $Id: FailureResponse.java,v 1.10 2002/12/20 23:41:26 mdb Exp $
package com.threerings.presents.net;
import java.io.IOException;
import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream;
public class FailureResponse extends DownstreamMessage
{
/**