Package com.yworks.yfiles.server.graphml.flexio

Contains the framework classes that allow (de)serialization of the styles used by a yFiles FLEX client.

See:
          Description

Interface Summary
IDeserializer Interface for classes that provide deserialization of xml content in GraphML.
ISerializer Common interface for all classes that can serialize an object It is advised that implementors use abstract implementation classes like AbstractSerializer instead as base classes.
ReferenceResolver Interface for classes that can resolve external or internal references.
SerializerRegistry Registry for ISerializer and IDeserializer instances used for reading and writing GraphML data.
 

Class Summary
Constants Basic constants for the GraphML format used by the yFiles FLEX client.
DefaultReferenceResolver Default implementation of a ReferenceResolver that resolves external or internal references.
DefaultSerializerRegistry The default implementation of a registry for ISerializer and IDeserializer instances used for reading and writing GraphML data.
FlexIOTools Provides static utility methods for reading and writing graph data using the yFiles FLEX GraphML format.
LabelInputHandler This class manages the deserialization of labels in the graphml input.
LabelOutputHandler This class manages the serialization of labels instances.
ResolveReferenceEvent Event object the represents the incovation state of the various callbacks in class DefaultReferenceResolver
SharedDataInputHandler Input handler that enables parsing of shared references.
SharedDataOutputHandler Output handler that enables writing of shared references.
StyleInputHandler Input handler that delegates parsing of style elements to ISerializer instances registered with a SerializerRegistry.
StyleOutputHandler Input handler that delegates writing of style instances to IDeserializer instances registered with a SerializerRegistry.
 

Package com.yworks.yfiles.server.graphml.flexio Description

Contains the framework classes that allow (de)serialization of the styles used by a yFiles FLEX client.



Copyright © 2000-2007 yWorks GmbH. All rights reserved