Class HashMap.SerializationProxy<K,​V>

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    HashMap<K,​V>

    private static final class HashMap.SerializationProxy<K,​V>
    extends java.lang.Object
    implements java.io.Serializable
    • Method Detail

      • writeObject

        private void writeObject​(java.io.ObjectOutputStream s)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • readObject

        private void readObject​(java.io.ObjectInputStream s)
                         throws java.lang.ClassNotFoundException,
                                java.io.IOException
        Throws:
        java.lang.ClassNotFoundException
        java.io.IOException
      • readResolve

        private java.lang.Object readResolve()