deserialize

open fun deserialize(jsonString: String): PushNotification

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

Return

a PushNotification object from the string. Returns null if jsonString is null or if jsonString is empty.

Parameters

jsonString

the json string representing the object to be deserialized