Class TraceInformation.ObjectInfo

java.lang.Object
org.jboss.marshalling.TraceInformation.Info
org.jboss.marshalling.TraceInformation.ObjectInfo
All Implemented Interfaces:
Serializable
Enclosing class:
TraceInformation

public static final class TraceInformation.ObjectInfo extends TraceInformation.Info implements Serializable
Information about an object which was being (un-)marshalled at the time an exception occurred.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • targetClassName

      private final String targetClassName
    • targetHashCode

      private final int targetHashCode
  • Constructor Details

  • Method Details