/** * Unmarshal method has to be implemented by the Customized Marshal class. * This is the method invoked for Unmarshalling. * * @param is a DataInputStream */ void unmarshal(DataInputStream is);