deserialize method

deserialize

Deserialize method to obtain required object from string.

Returns

def deserialize(self, source):
    ...
Parameter Type Description
source System.String Source serialized string that contains object

See Also