671672673674675676677678679680681
static final NetTypeHandler[] types(ObjectContainerBase stream) { return new NetTypeHandler[] { new NetDateTime(stream), new NetDecimal(stream), new NetSByte(stream), new NetUInt(stream), new NetULong(stream), new NetUShort(stream) }; }