Class SharedComponentSerializeTests
Namespace: Global Namespace
Syntax
public class SharedComponentSerializeTests
Methods
ReadWriteBoxed()
Declaration
public void ReadWriteBoxed()
ReadWriteBoxedWithStringArrayWithOneElement()
Regression test for an issue where arrays of strings were not constructed properly when deserializing. Arrays have a special deserialization path, and strings also have a special code path since the type is immutable. This test exercises both special paths.
Declaration
public void ReadWriteBoxedWithStringArrayWithOneElement()
ReadWriteObjectTableIndex()
Declaration
public void ReadWriteObjectTableIndex()