On Thu, Sep 8, 2011 at 8:36 PM, Max Semenik maxsem.wiki@gmail.com 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.