Compact Serialization with PowerShell
This section covers PowerShell cmdlets used to add or remove compact and portable types in NCache, enabling efficient serialization and cross-platform data sharing.
In This Section
Add-CompactType [Deprecated]
Discusses how to add compact serialization to the cache.
Remove-CompactType [Deprecated]
Discusses how to remove the objects which are already defined as serializable.
Add-PortableType
Discusses how to enable data sharing for different classes.
Remove-PortableType
Discusses how to remove already defined shared data types.