Click or drag to resize

PackageInfoReadPackageFromJson(Stream) Method

Reads a single package from a Json file. The outer node of the file has to be a package node.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static PackageInfo ReadPackageFromJson(
	Stream stream
)

Parameters

stream  Stream
The stream to read from.

Return Value

PackageInfo
The package. If the package could not be read, an exception is thrown.
See Also