19 require_once(BASE.
"wcmf/lib/presentation/format/class.AbstractFormat.php");
38 $data = &$request->getData();
50 $data = &$response->getData();
69 if ( (strpos($method,
'deserialize') === 0 && $this->
isSerializedNode($key, $value)) ||
72 $value = $this->$method($key, $value);
128 return (is_a($value,
'node') || is_a($value,
'Node'));
139 WCMFException::throwEx(
"serializeNode() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
149 WCMFException::throwEx(
"deserializeNode() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
static convertCp1252Utf8ToIso($str)
array_walk_recursive(&$input, $funcname, $userdata="")
throwEx($message, $file='', $line='')