ObjectSerialize
public protocol ObjectSerialize : Decodable, Encodable
An object that can be serialized into JSON.
Objects are defined by their structure in the metrics definition.
-
Undocumented
Declaration
Swift
func intoSerializedObject() -> String