[ Index ] |
PHP Cross Reference of Phabricator |
[Source view] [Print] [Project Stats]
Defines what a Serializer have to implements to be integrated in the framework. <p><b>Note :</b> Every serializers (eden, json, wddx, etc.) should implement it.</p>
File Size: | 86 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
set(/*** The prettyPrinting value of the serializer.*/function get prettyPrinting() X-Ref |
No description |
set(/*** The identor String value of the serializer.*/function get indentor() X-Ref |
set(/*** Deserialize the specified String source representation.*/function deserialize( source:String ) X-Ref |
serialize( value:* ) X-Ref |
Serialize the specified object. |
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |