SyncKnowledge.Serialize Method ()
Serializes the knowledge object data to a byte array.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Function Serialize As Byte()
'Usage
Dim instance As SyncKnowledge
Dim returnValue As Byte()
returnValue = instance.Serialize
public byte[] Serialize ()
public:
array<unsigned char>^ Serialize ()
public byte[] Serialize ()
public function Serialize () : byte[]
Return Value
The byte array that contains the serialized knowledge object data.
Remarks
This method includes the replica key map in the data that is serialized.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace