XmlSerializerRepositoryWriteT Method DocuWare Platform .NET API
Serializes the specified item as XML to the target stream.

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

C#
public static void Write<T>(
	T item,
	Stream target
)
where T : new()

Parameters

item
Type: T
The item.
target
Type: System.IOStream
The target.

Type Parameters

T
See Also

Reference