PackageInfoWritePackageToJson(Stream) Method |
Saves the package to a stream. Intended for MakePackage, in which every package info is saved into a single file.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public void WritePackageToJson(
Stream stream
)
Parameters
- stream Stream
- The stream.
See Also