Chromium Code Reviews
DescriptionSerialization library. Useful for sending more complex data in RPCs.
This CL contains a definition for the SerializationBuffer class, which
allows simple numeric types, std::string, and std::vector to be
serialized into a byte buffer for transmission via some IPC mechanism
or for storage. The SerializationBuffer can be constructed from
received data, and the data elements deserialized.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3318
Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=10909
Patch Set 1 #Patch Set 2 : disable fp support #Patch Set 3 : fp support tweaks, compile fixes #Patch Set 4 : fixed conditional compilation control for fp support #
Total comments: 6
Patch Set 5 : CR feedback, plus NACL_WUR as discussed f2f #Patch Set 6 : added missing NACL_WUR and CHECKs detected by clang #
Messages
Total messages: 5 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||