PSSerializer Class
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.
This class provides public functionality for serializing a PSObject.
public ref class PSSerializer
	public class PSSerializer
	public static class PSSerializer
	type PSSerializer = class
	Public Class PSSerializer
		- Inheritance
 - 
				PSSerializer
 
Methods
| Deserialize(String) | 
		 Deserializes PowerShell CliXml into an object.  | 
        	
| DeserializeAsList(String) | 
		 Deserializes PowerShell CliXml into a list of objects.  | 
        	
| Serialize(Object, Int32) | 
		 Serializes an object into PowerShell CliXml.  | 
        	
| Serialize(Object) | 
		 Serializes an object into PowerShell CliXml.  |