Class PluginPackageJsonSerializer
The write (export) half of PluginPackageJsonSerializer. The read half (with the strict
RequireAllowedProperties shape that the schema-sync regression pins) stays in the main file.
The optional RpcEntrypoint is emitted only for server extension kernels.
public static class PluginPackageJsonSerializer
- Inheritance
-
PluginPackageJsonSerializer
- Inherited Members
Methods
Export(PluginPackage, bool)
public static string Export(PluginPackage package, bool indented = false)
Parameters
packagePluginPackageindentedbool
Returns
Import(string)
public static PluginPackage Import(string json)
Parameters
jsonstring