XmlSerializerRepository ToCompressedXmlString T  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: 6.5.0.0 (6.5.0.5648)
Syntax

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

Parameters

item
Type: T
The object to convert.
Type Parameters

T

Return Value

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