deserialize

open fun deserialize(jsonString: String): Mechanism

Deserializes the specified Json into an object of the Mechanism object.

Return

an Mechanism object from the string. Returns null if jsonString is null, if jsonString is empty or not able to parse it.

Parameters

jsonString

the json string representing the object to be deserialized