deserialize

open fun deserialize(jsonString: String): OathMechanism

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

Return

an OathMechanism 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