aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/serialization/DynamicCodec.java
Commit message (Expand)AuthorAge
* Put a trail into every SerializationException, not just NoCodecException, and...Gravatar janakr2018-06-19
* Use unsafe String operations when writing parameter files.Gravatar tomlu2018-06-08
* DynamicCodec tweaks to make it into a super fast String serializer.Gravatar shahan2018-05-14
* Makes the decision to memoize at the SkyValue level.Gravatar shahan2018-04-09
* DynamicCodec emits a trail of type names when it encounters NoSuchCodecExcept...Gravatar shahan2018-04-06
* Make DynamicCodec always memoize. Since it replaces Java serialization, which...Gravatar janakr2018-04-05
* Moves the decision to enable memoization from codecs to the top-level invocat...Gravatar shahan2018-04-02
* Removes superfluous generic parameter from DynamicCodec, allowing it to be usedGravatar shahan2018-03-28
* DynamicCodec class.Gravatar shahan2018-03-27