Archives a null pointer or reference.
the runtime type of the pointer or reference to archive
the key associated with the null pointer
int* ptr; auto archive = new XmlArchive!(); archive.archiveNull(typeof(ptr).stringof, "ptr");
See Implementation
Archives a null pointer or reference.