From 66a4151c86ff3aa9006a48343a24f357d28ae9a4 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 9 May 2007 01:02:11 +0000 Subject: [PATCH] More problems! git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4703 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/io/FieldMarshaller.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/java/com/threerings/io/FieldMarshaller.java b/src/java/com/threerings/io/FieldMarshaller.java index eaddb47fb..a3c4e4641 100644 --- a/src/java/com/threerings/io/FieldMarshaller.java +++ b/src/java/com/threerings/io/FieldMarshaller.java @@ -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.