[30/51] [abbrv] geode git commit: GEODE-2538: Don't deserialize values on the server when getting results

2017-03-07 Thread dschneider
GEODE-2538: Don't deserialize values on the server when getting results If values on the server are in serialized form, leave them that way and only deserialize the values on the clients. This is implemented by having the LuceneGetPageFunction extract the serialized value and return the results i

geode git commit: GEODE-2538: Don't deserialize values on the server when getting results

2017-02-28 Thread upthewaterspout
Repository: geode Updated Branches: refs/heads/develop b5cbaed14 -> 8b762bede GEODE-2538: Don't deserialize values on the server when getting results If values on the server are in serialized form, leave them that way and only deserialize the values on the clients. This is implemented by havi