Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InverseSerializedForm (0.26 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: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 11.2K bytes
    - Viewed (0)
Back to top