When deserializing XML from a memory mapped file, how can I fix “SerializationException: The data at the root level is invalid. Line 1, position 1”
When deserializing XML from a memory mapped file, I am getting below error while calling DataContractSerializer.ReadObject()
: