IconDataSerialization extension

on

Properties

isSerializable bool

Available on IconData, provided by the IconDataSerialization extension

True when this icon round-trips correctly through toJsonString.
no setter

Methods

toJsonString() String

Available on IconData, provided by the IconDataSerialization extension

Serializes to a JSON string. Round-trips losslessly with IconDataExt.tryParse.