1. ab5f233 Removes skyframe/serialization's dependency on cmdline and vfs. Instead, make cmdline and vfs depend on serialization. This allows a class to have a pointer to its codec, which simplifies automatic recursive composite codecs. by Googler · 7 years ago[Renamed (87%) from src/main/java/com/google/devtools/build/lib/skyframe/serialization/PathFragmentCodec.java]
  2. b45d5f5 Consolidate ObjectCodec<String> creation by michajlo · 7 years ago
  3. 23e152c Open-source some more serialization codecs, and create a PrecomputedValue codec. Since PrecomputedValues can contain any value, give them access to an ObjectCodecs instance so we don't have to have a whitelist inside PrecomputedValueCodec. by janakr · 8 years ago
  4. b86f8b0 Open-source Skyframe serialization, and make AppleConfiguration serializable as a pilot. Currently not hooked up to anything, but will be shortly. by janakr · 8 years ago