Class ImmutableMap.SerializationProxy

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

    private static final class ImmutableMap.SerializationProxy
    extends java.lang.Object
    implements java.io.Serializable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object[] data  
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void readObject​(java.io.ObjectInputStream ois)  
      private java.lang.Object readResolve()  
      private void writeObject​(java.io.ObjectOutputStream oos)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        private transient java.lang.Object[] data
    • Constructor Detail

      • SerializationProxy

        SerializationProxy​(ImmutableMap<?,​?> map)
    • Method Detail

      • writeObject

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

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

        private java.lang.Object readResolve()
                                      throws java.io.InvalidObjectException
        Throws:
        java.io.InvalidObjectException