| Method | Defined By | ||
|---|---|---|---|
Write a representation of the object o to the output writer. | IResourceEncoder | ||
| encode | () | method |
public function encode(o:Object, writer:IXmlWriter, context:GraphMLWriteContext):void
Write a representation of the object o to the output writer.
Parameters
o:Object — the object which should be written
| |
writer:IXmlWriter — the output target
| |
context:GraphMLWriteContext — the current write state, for further information
|