.NET
XmlSerializer
Pass the known object in application which leads to vulnerability on deserialization.
only able to serialize public properties and fields of an object
cannot serialize abstract classes
type of the object being serialized always has to be known to the XmlSerializer instance at runtime
Last updated