IBM ILOG Dojo Diagrammer 1.1 API Documentation
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

ibm_ilog.diagram.util.Serializer (version 1.1-SNAPSHOT)

Object » ibm_ilog.diagram.util.Serializer
dojo.require("ibm_ilog.diagram.util.Serializer");

This class is a template-based serialization procedure for GraphElements. Provided a specific set of user callbacks, the instances of this class can be used to execute the serialization of a network of entities and its corresponding deserialization. see: ibm_ilog.diagram.util.__SerializerArgs

Method Summary

Methods

constructor
ParameterTypeDescription
kwArgsibm_ilog.diagram.util.__SerializerArgs
ParameterTypeDescription
deserialize
Deserialize a set of elements into a container
ParameterTypeDescription
sArrayThe serialized representations of the elements to deserialize
containerObjectThe container into which to create the elements.
serialize
Array The serialized representation for each of the elements
Serializes a set of graph elements.
ParameterTypeDescription
geSetArrayArray of graph elements to serialize. Deserialization occurs once for each regardlessly of the relationships between them. See also ibm_ilog.diagram.util.GraphUtil.maximals for achieving a variant which removes duplicated copying.
testApiDoc
ParameterTypeDescription
kwArgsibm_ilog.diagram.util.__SerializerArgs
ParameterTypeDescription