This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public static class SerializationUtility |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class SerializationUtility |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
ToBytes |
Converts an object into an array of bytes. Object must be serializable.
|
|
ToObject |
Converts a byte array into an object.
|
See Also
Smartsite.Tools.Caching Namespace