Register the OidListFieldMarshaller.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@149 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: FieldMarshallerRegistry.java,v 1.3 2001/06/11 17:42:20 mdb Exp $
|
// $Id: FieldMarshallerRegistry.java,v 1.4 2001/08/02 05:13:29 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.cocktail.cher.dobj.io;
|
package com.threerings.cocktail.cher.dobj.io;
|
||||||
|
|
||||||
@@ -63,5 +63,6 @@ public class FieldMarshallerRegistry
|
|||||||
registerMarshaller(FloatFieldMarshaller.class);
|
registerMarshaller(FloatFieldMarshaller.class);
|
||||||
registerMarshaller(DoubleFieldMarshaller.class);
|
registerMarshaller(DoubleFieldMarshaller.class);
|
||||||
registerMarshaller(StringFieldMarshaller.class);
|
registerMarshaller(StringFieldMarshaller.class);
|
||||||
|
registerMarshaller(OidListFieldMarshaller.class);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user