FilterInfo::Serialize Method

When overridden in a derived class, serializes the filter information to an array of bytes.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
array<unsigned char>^ Serialize()

Return Value

Type: array<System::Byte>
A byte array that contains the filter information.
Show: