public final class CallTraceUtil extends Object
Modifier and Type | Method and Description |
---|---|
static CallTrace |
deserializeCallTrace(byte[] node)
This method deserializes a call trace from a JSON representation.
|
static byte[] |
serializeCallTrace(CallTrace node)
This method serializes a call trace into a JSON representation.
|
static boolean |
shouldIncludeProperty(PropertyDescriptor pd)
This method determines whether the supplied property
descriptor should be included in the activity type event's
description.
|
public static byte[] serializeCallTrace(CallTrace node) throws Exception
node
- The call traceException
- Failed to serializepublic static CallTrace deserializeCallTrace(byte[] node) throws Exception
node
- The JSON representation of the call traceException
- Failed to deserializepublic static boolean shouldIncludeProperty(PropertyDescriptor pd)
pd
- The property descriptorCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.