IObjectSerializer Interface
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.
A basic serialization service.
C#
public interface IObjectSerializer
type IObjectSerializer = interface
Public Interface IObjectSerializer
- Derived
Deserialize<T>(String) |
Deserialize string into an object of the given type. |
Serialize<T>(T) |
Serialize an object into a string. It is recommended to use strings as the final format for objects. |
Produkt | Versioner |
---|---|
Windows Community Toolkit | 7.1.0 |