Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeValueSnapshot (0.12 sec)

  1. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/impl/DefaultPreviousExecutionStateSerializer.java

            encoder.writeSmallInt(properties.size());
            for (Map.Entry<String, ValueSnapshot> entry : properties.entrySet()) {
                encoder.writeString(entry.getKey());
                writeValueSnapshot(encoder, entry.getValue());
            }
        }
    
        private ImmutableSortedMap<String, FileCollectionFingerprint> readFingerprints(Decoder decoder) throws Exception {
            int count = decoder.readSmallInt();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 08:25:58 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top