| Package | com.yworks.io.graphml.writer.serializer |
| Class | public class NodeStyleLabelStyleAdapterSerializer |
| Inheritance | NodeStyleLabelStyleAdapterSerializer AbstractSerializer Object |
NodeStyleLabelStyleAdapter Instances
| Property | Defined By | ||
|---|---|---|---|
| elementName : String [override] [read-only]
The element name of the toplevel XmlElement for the serialized representation of this object. | NodeStyleLabelStyleAdapterSerializer | ||
| instance : NodeStyleLabelStyleAdapterSerializer [static] [read-only]
The shared instance of this serializer
| NodeStyleLabelStyleAdapterSerializer | ||
![]() | xmlNamespace : Namespace [read-only]
returns the yworks namespace
| AbstractSerializer | |
| Method | Defined By | ||
|---|---|---|---|
[override]
Serialize the given style to a IXmlWriter
| NodeStyleLabelStyleAdapterSerializer | ||
| elementName | property |
elementName:String [read-only] [override] The element name of the toplevel XmlElement for the serialized representation of this object.
public function get elementName():String| instance | property |
instance:NodeStyleLabelStyleAdapterSerializer [read-only] The shared instance of this serializer
public static function get instance():NodeStyleLabelStyleAdapterSerializer| serializeContent | () | method |
override protected function serializeContent(context:GraphMLWriteContext, subject:Object, writer:IXmlWriter):voidSerialize the given style to a IXmlWriter
Parameters
context:GraphMLWriteContext — The current write param
| |
subject:Object — The actual object
| |
writer:IXmlWriter — A IXmlWriter instance where the output is written
|