IXmlSerializationAdapter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface of adapter that serializes and deserializes object of a some non SFC type for SfcSerializer.
public interface IXmlSerializationAdapter
type IXmlSerializationAdapter = interface
Public Interface IXmlSerializationAdapter
- Derived
Methods
ReadXml(XmlReader, Object) |
Deserializes object from its xml representation (which will a valid xml). Implementation of this interface should unescape invalid xml characters that were escaped in WriteXml(), using SfcSecureString.XmlUnEscape() |
WriteXml(XmlWriter, Object) |
Serialize an object to its xml representation. Implementation of this interface should:
|