SemanticMediaWiki/includes/SMW_DISerializer.php File Reference
Class for serializing
SMWDataItem and
SMWQueryResult objects to a context independent object consisting of arrays and associative arrays, which can be fed directly to json_encode, the MediaWiki API, and similar serializers.
More...
Go to the source code of this file.
Detailed Description
Class for serializing
SMWDataItem and
SMWQueryResult objects to a context independent object consisting of arrays and associative arrays, which can be fed directly to json_encode, the MediaWiki API, and similar serializers.
This class is distinct from SMWSerializer and the SMWExpData object it takes, in that here semantic context is lost.
- Since:
- 1.7
GNU GPL v3+
- Author:
- Jeroen De Dauw < jeroendedauw@gmail.com >
Definition in file SMW_DISerializer.php.