public class TraceUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.codehaus.jackson.map.ObjectMapper |
MAPPER |
| Constructor and Description |
|---|
TraceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Trace |
deserializeTrace(byte[] trace)
This method returns the simulation list for a supplied JSON representation.
|
static byte[] |
serializeTrace(Trace trace)
This method returns the JSON representation of a trace.
|
Copyright © 2014. All Rights Reserved.