PHP Classes

Classes of Theophilus Omoregbee

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Theophilus Omoregbee (1)  >  Mission progress status  >  Reputation  
Picture of Theophilus Omoregbee
Name: Theophilus Omoregbee <contact>
Classes: 1
Country: Nigeria Nigeria
Age: 30
All time rank: 419938 in Nigeria Nigeria
Week rank: 170 Up6 in Nigeria Nigeria Up
All time users: 183
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Serialize  
PHP Programming Innovation award nominee
November 2016
Number 10


Prize: One downloadable copy of Komodo IDE
Automatic serialization of objects with getters
This class can perform automatic serialization of objects with getters.

It takes an object of a class and uses Reflection to extract the list of variables for which there is an explicit getter function.

The class calls all the object getter functions and returns a serialization of the object into a string in the JSON format.

Getter functions that return objects will be make this class also serialized the referenced objects recursively.
Not enough user ratings


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z