Page MenuHomePhabricator

Sane way to serialize data values
Closed, ResolvedPublic

Description

Improve the data values serialization code.


Version: unspecified
Severity: normal

Details

Reference
bz57245

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:23 AM
bzimport set Reference to bz57245.
bzimport added a subscriber: Unknown Object (MLST).

To be more concrete, the goal here is to have a new component that depends on:

  • DataValues
  • Serialization

And is thus independent from Wikibase, and usable from other contexts, such as bots, API clients and applications doing something with our data model.

This component will be very similar to the one for the Ask language: https://github.com/wmde/AskSerialization

Putting it here for now, can be moved somewhere else later if there is reason to do so: https://github.com/DataValues/Serialization