Skip to content

IJsonConvertor interface

Exposes a JSON serializer / deserializer

public interface Korzh.EasyQuery.WinForms.ModelEditor.IJsonConvertor

Package: Korzh.EasyQuery.WinForms.ModelEditor (targets: net461, net5.0-windows7.0, netcoreapp3.1)

Assembly: Korzh.EasyQuery.WinForms.ModelEditor.dll

NameTypeDescription
DeserializeObject(string json)objectDeserializes the object from JSON string.
SerializeObject(object obj)stringSerializes the object in JSON.