CMSAssertSerializationT Method |
Asserts that the serialization / de-serialization of the object is possible, and produces
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax public static T Serialization<T>(
T obj
)
Parameters
- obj
- Type: T
Object to test
Type Parameters
- T
Return Value
Type:
TSee Also