PackageInfoReadPackagesFromJson Method |
Reads multiple packages from a Json file. The outer node of the Json file has to be an array of package nodes.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static PackageInfo[] ReadPackagesFromJson(
Stream stream
)
Parameters
- stream Stream
- The stream to read from.
Return Value
PackageInfoThe packages that were read from the Json file. Packages which could not be read will be silently ignored.
See Also