Class ZPLCmdConverter
Represents the ZPLCmd JSON Converter.
Inherited Members
Namespace: Neodynamic.SDK.ZPLPrinter
Assembly: cs.temp.dll.dll
Syntax
public class ZPLCmdConverter : JsonCreationConverter<ZPLCmd>
Methods
Create(Type, JObject)
Declaration
protected override ZPLCmd Create(Type objectType, JObject jObject)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | objectType | |
| JObject | jObject |
Returns
| Type | Description |
|---|---|
| ZPLCmd |
Overrides
Neodynamic.SDK.ZPLPrinter.JsonCreationConverter<Neodynamic.SDK.ZPLPrinter.ZPLCmd>.Create(System.Type, JObject)