More problems!

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4703 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-05-09 01:02:11 +00:00
parent 5b07cd55f9
commit 66a4151c86
@@ -57,6 +57,8 @@ public abstract class FieldMarshaller
createMarshallers();
}
if (false) { // TEMP DISABLE
// first look to see if this field has custom reader/writer methods
Method reader = null, writer = null;
try {
@@ -76,6 +78,8 @@ public abstract class FieldMarshaller
// fall through to using reflection on the fields...
}
} // END TEMP DISABLE
Class ftype = field.getType();
if (ftype.isInterface()) {
// if the class is a pure interface, use Object.