Table of Contents

Class SortingCollectionSerializer

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll
public class SortingCollectionSerializer
Inheritance
SortingCollectionSerializer
Inherited Members

Constructors

SortingCollectionSerializer()

public SortingCollectionSerializer()

Methods

Deserialize(string[])

public static SortingCollection Deserialize(string[] collection)

Parameters

collection string[]

Returns

SortingCollection

Serialize(SortingCollection)

public static string[] Serialize(SortingCollection collection)

Parameters

collection SortingCollection

Returns

string[]