Class Properties

  • All Implemented Interfaces:
    java.io.Serializable

    public class Properties
    extends java.lang.Object
    implements java.io.Serializable
    ICU 59 called the class DecimalFormatProperties as just Properties. We need to keep a thin implementation for the purposes of serialization.
    See Also:
    Serialized Form
    • Constructor Detail

      • Properties

        public Properties()
    • Method Detail

      • readObject

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

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