Top Fields Constructors
jdk.jfr.events

public final Class DeserializationEvent

extends AbstractJDKEvent
Class Inheritance
Annotations
@Category:Java Development Kit, Serialization
@Label:Deserialization
@Name:jdk.Deserialization
@Description:Results of deserialization and ObjectInputFilter checks
@MirrorEvent
className:DeserializationEvent
@RemoveFields:duration
Imports
jdk.jfr.Category, .Description, .Label, .Name, jdk.jfr.internal.MirrorEvent, .RemoveFields

Field Summary

Modifier and TypeField and Description
public int
public long
public long
public String
public Class<?>
public boolean
public String
public long
public Class<?>

Constructor Summary

AccessConstructor and Description
public

Field Detail

arrayLengthback to summary
public int arrayLength
Annotations
@Label:Array Length
bytesReadback to summary
public long bytesRead
Annotations
@Label:Bytes Read
depthback to summary
public long depth
Annotations
@Label:Depth
exceptionMessageback to summary
public String exceptionMessage
Annotations
@Label:Exception Message
exceptionTypeback to summary
public Class<?> exceptionType
Annotations
@Label:Exception Type
filterConfiguredback to summary
public boolean filterConfigured
Annotations
@Label:Filter Configured
filterStatusback to summary
public String filterStatus
Annotations
@Label:Filter Status
objectReferencesback to summary
public long objectReferences
Annotations
@Label:Object References
typeback to summary
public Class<?> type
Annotations
@Label:Type

Constructor Detail

DeserializationEventback to summary
public DeserializationEvent()