FoundDocumentSerialize Method |
Serializes the current instance to a byte array.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic byte[] Serialize()
Public Function Serialize As Byte()
public:
array<unsigned char>^ Serialize()
member Serialize : unit -> byte[]
Return Value
Type:
ByteA byte array representing the current instance.
See Also