aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/serialization/ObjectCodecs.java
Commit message (Expand)AuthorAge
* Allow deserialization futures as NestedSet contents, with unrolling blocking ...Gravatar cpeyser2018-06-13
* Add ability for serialization to inform the SerializationContext that any rem...Gravatar janakr2018-04-30
* Makes the decision to memoize at the SkyValue level.Gravatar shahan2018-04-09
* Moves the decision to enable memoization from codecs to the top-level invocat...Gravatar shahan2018-04-02
* Re-enable aliasing of CodedInputStream during deserialization, removed as par...Gravatar janakr2018-03-23
* Integrate memoization into standard serialization. This involves a number of ...Gravatar janakr2018-03-13
* Get rid of non-class-based lookups for ObjectCodecs. There were basically no ...Gravatar janakr2018-03-10
* Allow ObjectCodecRegistry to handle MemoizingCodecs. Initially this is just S...Gravatar janakr2018-03-09
* Removes the need to map SkyFunctionName to codec in SkyKeySerializerGravatar shahan2018-02-27
* SerializationTester uses an addDependency method instead ofGravatar shahan2018-02-24
* Integrates CodecScanner into SkyValueEncoder.Gravatar shahan2018-02-23
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Add context argument to ObjectCodec.{serialize,deserialize}Gravatar michajlo2018-02-11
* Extract registry functionality from ObjectCodecsGravatar michajlo2018-02-07
* Throw NoCodecException on ByteString getCodec specializationGravatar michajlo2018-02-06
* Make ObjectCodecs.ClassKeyedBuilder more reasonableGravatar michajlo2017-09-19
* Open-source some more serialization codecs, and create a PrecomputedValue cod...Gravatar janakr2017-09-14