Class DeserializedStacktraceWriter

java.lang.Object
org.apache.maven.plugin.surefire.booterclient.output.DeserializedStacktraceWriter
All Implemented Interfaces:
StackTraceWriter

public class DeserializedStacktraceWriter extends Object implements StackTraceWriter
Represents a deserialize stacktracewriter that has been marshalled across to the plugin from the fork.
Might be better to represent this whole thing differently
Author:
Kristian Rosenvold