On Thu, Sep 8, 2011 at 8:36 PM, Max Semenik <[email protected]> wrote: > Even though data in those fields is small enough, can > serialize()/unserialize() be used instead? It's faster and doesn't require > the mess of ServicesJSON to work correctly.
I'd prefer JSON. I don't care about the speed, it's not a critical code path, and JSON is stable, well-defined and can be read by any client, whereas serialize is some scary PHP format that may or may not change without notice. -- Andrew Garrett Wikimedia Foundation [email protected] _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
