AJSHP Project :: CONTRIBUTE

bugs reports

To send me a report of a bug, use this email address with subject

[AJSHP] and here your real subject

andreaIHATESPAM3siteIHATESPAMit

I need your help

I need your help to create other server-side implementations of serialize / unserialize PHP functions to use this project in other languages too (C#, Python, Java or others).
PHP as you know, is not fast ( in standard clear and not byteencoded or compiled mode ) as other compiled or byte-encoded program / script languages, then the best solution for a server-side execution is to use internal PHP core functions, such serialize and unserialize, created and compiled with C program language.
That's why this server-side interaction mode is faster and requires less resources than JSON PHP implementation (I mean the class, maybe faster than compiled JSON for PHP version too).
So, the function, class or object that I need should be able to convert variables, nested too, in this way:

Then if you want to contribute, please send me a class that can parse informations in this way and please try to create another Gateway class for your choosed program / script language. The goal is to create one client version with AJSHP for differents server-side configurations then please make it possible :-)

P.S. I know Java, Python and C# but I don't know thoose languages as good as I know PHP or ECMA script, then I'll try by mysef to create them but I think that an optimized version should be the real solution for each language.
If you want to know more about PHP compatible serializzation / unserializzation please look at my PHP_Serializer javascript Object or inside PHP serialize and unserialize source code functions.