More problems!
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4703 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -57,6 +57,8 @@ public abstract class FieldMarshaller
|
|||||||
createMarshallers();
|
createMarshallers();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (false) { // TEMP DISABLE
|
||||||
|
|
||||||
// first look to see if this field has custom reader/writer methods
|
// first look to see if this field has custom reader/writer methods
|
||||||
Method reader = null, writer = null;
|
Method reader = null, writer = null;
|
||||||
try {
|
try {
|
||||||
@@ -76,6 +78,8 @@ public abstract class FieldMarshaller
|
|||||||
// fall through to using reflection on the fields...
|
// fall through to using reflection on the fields...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} // END TEMP DISABLE
|
||||||
|
|
||||||
Class ftype = field.getType();
|
Class ftype = field.getType();
|
||||||
if (ftype.isInterface()) {
|
if (ftype.isInterface()) {
|
||||||
// if the class is a pure interface, use Object.
|
// if the class is a pure interface, use Object.
|
||||||
|
|||||||
Reference in New Issue
Block a user