Added a byte field marshaller.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@922 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: FieldMarshallerRegistry.java,v 1.11 2002/02/01 23:32:37 mdb Exp $
|
||||
// $Id: FieldMarshallerRegistry.java,v 1.12 2002/02/03 06:06:10 shaper Exp $
|
||||
|
||||
package com.threerings.presents.io;
|
||||
|
||||
@@ -78,6 +78,7 @@ public class FieldMarshallerRegistry
|
||||
static {
|
||||
// register our field marshallers
|
||||
registerMarshaller(BooleanFieldMarshaller.class);
|
||||
registerMarshaller(ByteFieldMarshaller.class);
|
||||
registerMarshaller(ShortFieldMarshaller.class);
|
||||
registerMarshaller(IntFieldMarshaller.class);
|
||||
registerMarshaller(LongFieldMarshaller.class);
|
||||
|
||||
Reference in New Issue
Block a user