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.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static PackageInfo ReadPackageFromJson(
Stream stream
)
Parameters
- stream Stream
- The stream to read from.
Return Value
PackageInfoThe package. If the package could not be read, an exception is thrown.
See Also