Page MenuHomePhabricator

Use type-specific serializers in JsonDumpGenerator
Closed, ResolvedPublic

Description

Currently, JsonDumpGenerator uses a generic EntitySerializer for all entities. This means that no information specific to an entity type is included in the output (i.e. the output is missing sitelinks for items and the datatype for properties).


Version: unspecified
Severity: major

Details

Reference
bz57214

Event Timeline

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

Change 96259 had a related patch set uploaded by Daniel Kinzler:
(bug 57214) use DispatchingEntitySerializer for JSON

https://gerrit.wikimedia.org/r/96259

Change 96259 merged by jenkins-bot:
(bug 57214) use DispatchingEntitySerializer for JSON

https://gerrit.wikimedia.org/r/96259