Wire Format
The wire format is the binary representation of a DNS object; typically a Message or a Resource Record. The Write and Read methods, defined in IWireSerialiser, are used to serialize and deserialise a DNS object.
The WireWriter and WireReader classes are used to encode and decode data types. Convenience methods to support a byte array or stream are also defined.