jaypha.io.serialize

Undocumented in source.

Members

Functions

checkLengthTypeStart
uint checkLengthTypeStart(string str, dchar type)
Undocumented in source. Be warned that the author may not have intended to support it.
customSerialize
string customSerialize(T[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
customSerialize
string customSerialize(T[U] value)
Undocumented in source. Be warned that the author may not have intended to support it.
customUnserialize
T[] customUnserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
customUnserialize
T[U] customUnserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
string serialize(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
string serialize(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
string serialize(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
string serialize(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
string serialize(T[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
string serialize(T[U] value)
Undocumented in source. Be warned that the author may not have intended to support it.
unserialize
T unserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
unserialize
T unserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
unserialize
T unserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
unserialize
T[] unserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
unserialize
T[U] unserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
unserialize
Variant unserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
unserializeV
Variant[T] unserializeV(string str, uint len)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

php_z_float
enum php_z_float;
Undocumented in source.
php_z_int
enum php_z_int;
Undocumented in source.
php_z_uint
enum php_z_uint;
Undocumented in source.

Meta