Package org.joda.time

Class DateTimeZone.Stub

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    DateTimeZone

    private static final class DateTimeZone.Stub
    extends java.lang.Object
    implements java.io.Serializable
    Used to serialize DateTimeZones by id.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String iID
      The ID of the zone.
      private static long serialVersionUID
      Serialization lock.
    • Constructor Summary

      Constructors 
      Constructor Description
      Stub​(java.lang.String id)
      Constructor.
    • Method Summary

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

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

      • serialVersionUID

        private static final long serialVersionUID
        Serialization lock.
        See Also:
        Constant Field Values
      • iID

        private transient java.lang.String iID
        The ID of the zone.
    • Constructor Detail

      • Stub

        Stub​(java.lang.String id)
        Constructor.
        Parameters:
        id - the id of the zone
    • Method Detail

      • writeObject

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

        private void readObject​(java.io.ObjectInputStream in)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • readResolve

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