DOTDependencyNodeVisitor, GraphmlDependencyNodeVisitor, TGFDependencyNodeVisitorpublic abstract class AbstractSerializingVisitor extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected PrintWriter |
writer |
The writer to serialize to.
|
| Constructor | Description |
|---|---|
AbstractSerializingVisitor(Writer writer) |
Constructor.
|
protected final PrintWriter writer
public AbstractSerializingVisitor(Writer writer)
Build a new AbstractSerializingDependencyNodeVisitor with the writer to serialize to.
writer - the writer to serialize to.Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.