XmlSerializerRepositoryToCompressedXmlStringT Method DocuWare Platform .NET API
Converts an object to an compressed XML string.

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.6
Syntax

C#
public static byte[] ToCompressedXmlString<T>(
	T item
)
where T : new()

Parameters

item
Type: T
The object to convert.

Type Parameters

T

Return Value

Type: Byte
The array containing the compressed version of the XML string representing the presented item.
See Also

Reference