Packagecom.yworks.io.graphml.realizer
Interfacepublic interface IResourceEncoder



Public Methods
 MethodDefined By
  
encode(o:Object, writer:IXmlWriter, context:GraphMLWriteContext):void
Write a representation of the object o to the output writer.
IResourceEncoder
Method Detail
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