When using the PHP SDK with OPT_SERIALIZER = SERIALIZER_JSON_ARRAY both the get() and set() methods convert arrays to/from JSON, but the getMulti() method returns an array of key => JSON rather than key => array.
Wed, 01/09/2013 - 11:12
pgrigor
Offline
Joined: 01/08/2013
Groups: None
More info:
The docs that were stored that are not unserializing were manually json_encode'd by the app -- not serialized with the CB SDK. Does this make a difference? Documents serialized with the SDK unserialize fine.
More info:
The docs that were stored that are not unserializing were manually json_encode'd by the app -- not serialized with the CB SDK. Does this make a difference? Documents serialized with the SDK unserialize fine.