Class BaseSettings

  • All Implemented Interfaces:
    java.io.Serializable

    public final class BaseSettings
    extends java.lang.Object
    implements java.io.Serializable
    Immutable container class used to store simple configuration settings for both serialization and deserialization. Since instances are fully immutable, instances can be freely shared and used without synchronization.
    See Also:
    Serialized Form