PackageInfoWritePackageToJson(Utf8JsonWriter) Method |
Saves the package using a Json writer. This call can be used to save more than one package into a file.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public void WritePackageToJson(
Utf8JsonWriter writer
)
Parameters
- writer Utf8JsonWriter
- The Json writer.
See Also