IObjectSerializer 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.
A basic serialization service.
public interface IObjectSerializer
	type IObjectSerializer = interface
	Public Interface IObjectSerializer
	- Derived
 
Methods
| 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.  |