public class raceinfo implements java.io.Serializable { byte id; // id of racer - used only at the beginning horse[] horses; public raceinfo(byte i, horse[] h) {id=i; horses=h;} }