p
Results
2
comments of
p
ref: serializer = new XmlSerializer(objectType); in SerializationUtils.cs line 304
This article: http://stackoverflow.com/questions/6156692/how-can-i-serialize-internal-classes-using-xmlserializer suggests that DataContractSerializer would be a way to solve this problem.