Class PluginPackageJsonSerializer
Namespace: DotBoxD.Plugins.Json
Assembly: DotBoxD.Plugins.dll
public static class PluginPackageJsonSerializerInheritance
Section titled “Inheritance”object ← PluginPackageJsonSerializer
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”Export(PluginPackage, bool)
Section titled “ Export(PluginPackage, bool)”public static string Export(PluginPackage package, bool indented = false)Parameters
Section titled “Parameters”package PluginPackage
indented bool
Returns
Section titled “Returns”Import(string)
Section titled “ Import(string)”public static PluginPackage Import(string json)Parameters
Section titled “Parameters”json string