Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for JavaSerializedValueSnapshot (0.3 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/snapshot/impl/JavaSerializedValueSnapshot.java

    import java.util.Arrays;
    
    /**
     * An immutable snapshot of the state of some value.
     */
    public class JavaSerializedValueSnapshot implements ValueSnapshot {
        private final HashCode implementationHash;
        private final byte[] serializedValue;
    
        public JavaSerializedValueSnapshot(@Nullable HashCode implementationHash, byte[] serializedValue) {
            this.implementationHash = implementationHash;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 12:37:11 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top