return fqn;
}
private IpAddress unmarshallIpAddress(ObjectInputStream in) throws Exception {
IpAddress ipAddress = new IpAddress();
ipAddress.readExternal(in);
return ipAddress;
}
private List unmarshallArrayList(ObjectInputStream in, UnmarshalledReferences refMap) throws Exception {
int listSize = readUnsignedInt(in);