Class CustomSerializedValue

java.lang.Object
com.atlassian.jira.cache.ehcache.customserialization.CustomSerializedValue
All Implemented Interfaces:
Serializable

public class CustomSerializedValue extends Object implements Serializable
This value is a wrapper for classes defined in plugins. Values that have different a ClassLoader will wrapped with this class, which will contain information about how to access the proper ClassLoader deserialization.
Since:
v7.6
See Also:
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getValue

      public Object getValue()
    • isValueSerializable

      public boolean isValueSerializable()
    • toString

      public String toString()
      Overrides:
      toString in class Object