fun readDNSEntry(serialized: String): DNSEntry
Read a DNS entry from a String.
serialized - the serialized form of a DNS entry
serialized
InvalidEntryException - if the record cannot be read
InvalidEntryException
Return DNS entry if found