Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InverseSerializedForm (0.1 sec)

  1. guava/src/com/google/common/collect/RegularImmutableBiMap.java

        @GwtIncompatible // serialization
        Object writeReplace() {
          return new InverseSerializedForm<>(RegularImmutableBiMap.this);
        }
    
        @J2ktIncompatible // java.io.ObjectInputStream
        private void readObject(ObjectInputStream stream) throws InvalidObjectException {
          throw new InvalidObjectException("Use InverseSerializedForm");
        }
      }
    
      @J2ktIncompatible // serialization
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:05:46 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top