Table of Contents

Class PluginPackageJsonSerializer

Namespace
DotBoxD.Plugins.Json
Assembly
DotBoxD.Plugins.dll

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

package PluginPackage
indented bool

Returns

string

Import(string)

public static PluginPackage Import(string json)

Parameters

json string

Returns

PluginPackage