Click or drag to resize
CMSAssertSerializationT Method
Asserts that the serialization / de-serialization of the object is possible, and produces

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public static T Serialization<T>(
	T obj
)

Parameters

obj
Type: T
Object to test

Type Parameters

T

Return Value

Type: T
See Also