Packagecom.yworks.io.graphml.writer.serializer
Classpublic class NodeStyleLabelStyleAdapterSerializer
InheritanceNodeStyleLabelStyleAdapterSerializer Inheritance AbstractSerializer

Serializer for NodeStyleLabelStyleAdapter Instances



Public Properties
 PropertyDefined by
  elementName : String
[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
 InheritedxmlNamespace : Namespace
returns the yworks namespace
AbstractSerializer
Public Methods
 MethodDefined by
 Inherited
canHandle(context:GraphMLWriteContext, subject:Object):Boolean
Return whether this serializer can handle a specific object
AbstractSerializer
 Inherited
serialize(context:GraphMLWriteContext, subject:Object, writer:IXmlWriter):void
Serialize the given style to a IXmlWriter
AbstractSerializer
Protected Methods
 MethodDefined by
  
serializeContent(context:GraphMLWriteContext, subject:Object, writer:IXmlWriter):void
Serialize the given style to a IXmlWriter
NodeStyleLabelStyleAdapterSerializer
Property detail
elementNameproperty
elementName:String  [read-only]

The element name of the toplevel XmlElement for the serialized representation of this object

Implementation
    public function get elementName():String
instanceproperty 
instance:NodeStyleLabelStyleAdapterSerializer  [read-only]

The shared instance of this serializer

Implementation
    public static function get instance():NodeStyleLabelStyleAdapterSerializer
Method detail
serializeContent()method
protected override function serializeContent(context:GraphMLWriteContext, subject:Object, writer:IXmlWriter):void

Serialize 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