cytoscape.generated.impl.runtime
Interface UnmarshallableObject

All Known Implementing Classes:
ChildImpl, ChildTypeImpl, CysessionImpl, CysessionTypeImpl, CytopanelImpl, CytopanelsImpl, CytopanelsTypeImpl, CytopanelTypeImpl, EdgeImpl, EdgeTypeImpl, HiddenEdgesImpl, HiddenEdgesTypeImpl, HiddenNodesImpl, HiddenNodesTypeImpl, NetworkImpl, NetworkTreeImpl, NetworkTreeTypeImpl, NetworkTypeImpl, NodeImpl, NodeTypeImpl, PanelImpl, PanelsImpl, PanelStateImpl, PanelsTypeImpl, PanelTypeImpl, ParentImpl, ParentTypeImpl, PluginImpl, PluginsImpl, PluginsTypeImpl, PluginTypeImpl, SelectedEdgesImpl, SelectedEdgesTypeImpl, SelectedNodesImpl, SelectedNodesTypeImpl, SelectedPanelImpl, SessionNoteImpl, SessionStateImpl, SessionStateTypeImpl, ViewableNodesImpl, ViewableNodesTypeImpl

public interface UnmarshallableObject

Generated classes have to implement this interface for it to be unmarshallable.

Author:
Kohsuke KAWAGUCHI

Method Summary
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 

Method Detail

createUnmarshaller

UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Creates an unmarshaller that will unmarshall this object.