Maileon PHP client  1.5.0
Easily integrate your PHP application with Maileon.
com_maileon_api_json_JSONDeserializer Class Reference

Static Public Member Functions

static json_decode ($jsonString, $deserializationType=null)
 

Detailed Description

Helper class for deserializing JSON data

Author
Balogh Viktor balog.nosp@m.h.vi.nosp@m.ktor@.nosp@m.mail.nosp@m.eon.h.nosp@m.u | Maileon - Wanadis Kft.

Definition at line 8 of file JSONDeserializer.php.

Member Function Documentation

static com_maileon_api_json_JSONDeserializer::json_decode (   $jsonString,
  $deserializationType = null 
)
static

Used to deserialize a Maileon class from JSON

Parameters
type$jsonStringThe JSON string to deserialize
mixed$deserializationTypeThe type of the deserialized object. For deserializing arrays use array( 'array', 'typename' )
Returns
com_maileon_api_json_AbstractJSONWrapper|array

Definition at line 20 of file JSONDeserializer.php.


The documentation for this class was generated from the following file: