deserialize

open fun deserialize(jsonString: String): PushMechanism

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

Return

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