| translate(config, UTIL + className, "TNull");
}
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)
|