aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/remote/serializer.h
Commit message (Expand)AuthorAge
* Add support for NoDocument in the local serializer (#1484)Gravatar rsgowman2018-07-03
* Refactored a few methods from anon namespace to remote serializer (#1435)Gravatar rsgowman2018-06-22
* Initial creation of the local serializer. (#1415)Gravatar rsgowman2018-06-21
* Add a HARD_ASSERT C++ assertion macro (#1304)Gravatar Gil2018-05-22
* [De]serialize empty Document instances (#1262)Gravatar rsgowman2018-05-15
* [De]serialize DocumentKeys via the remote Serializer (#1212)Gravatar rsgowman2018-05-04
* Add error handler for serializer (for deserializing cases) (#1181)Gravatar rsgowman2018-05-01
* Adjust serializer test to verify via libprotobuf. (#1039)Gravatar rsgowman2018-04-24
* Add clang-tidy checks for Firestore (#1078)Gravatar Gil2018-04-12
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Add error handling for serializer (for serializing case only) (#991)Gravatar rsgowman2018-04-05
* Move creation of pb_ostream_t's into Writer (#920)Gravatar rsgowman2018-03-15
* Eliminate TypedValue and serialize direct from FieldValue to bytes. (#860)Gravatar rsgowman2018-02-27
* Serialize (and deserialize) bool values (#791)Gravatar rsgowman2018-02-16
* Serialize and deserialize null (#783)Gravatar rsgowman2018-02-13
* Hook up nanopb to firestorep projectGravatar Rich Gowman2018-02-06