documentationfor yFiles for HTML 2.6

Properties

deserializerin MapperInputHandlerGets or sets the deserializer.

Method Parameters

addGraphInputData (Class, string, function(IGraph, TValue):void, function(Object, HandleDeserializationEventArgs):void?, string?)in GraphMLIOHandlerRegister graphData as an input data target for GraphML data that is present at the graph level.
addGraphInputData (Class, function(Element):boolean, function(IGraph, TValue):void, function(Object, HandleDeserializationEventArgs):void?)in GraphMLIOHandlerRegister graphData as an input data target for GraphML data that is present at the graph level.
addInputMapper (Class, Class, function(Element):boolean, IMapper<TKey,TData>, function(Object, HandleDeserializationEventArgs):void)in GraphMLIOHandlerRegister a IMapper<K,V> instance for use as an input data target.
addInputMapperFuture (Class, Class, function(Element):boolean, function(Object, HandleDeserializationEventArgs):void)in GraphMLIOHandlerCreate a Future<T> instance that wraps an IMapper<K,V> for use as an input data target.
addRegistryInputMapper (Class, Class, Object, function(Element):boolean, function(Object, HandleDeserializationEventArgs):void)in GraphMLIOHandlerCreate a Future<T> instance that wraps an IInputHandler that stores the data in an IMapper<K,V> that will be created in the graph's IMapperRegistry.
createMapperInputHandler (Class, Class, IMapper<TKey,TData>, function(Object, HandleDeserializationEventArgs):void)in GraphMLIOHandlerCreates an IInputHandler implementations that matches the provided TKey and TData.
handleJSONDeserialization (Object, HandleDeserializationEventArgs)in GraphMLIOHandlerHandler for the HandleDeserialization event.
handlePrimitivesDeserialization (Object, HandleDeserializationEventArgs)in GraphMLIOHandlerHandle the serialization of primitive types, enums and strings.
handleTextNodeDeserialization (Object, HandleDeserializationEventArgs)in GraphMLIOHandlerHandler for the HandleDeserialization event.
handleXamlDeserialization (Object, HandleDeserializationEventArgs)in GraphMLIOHandlerHandler for the HandleDeserialization event.
onGraphMLParserHandleDeserialization (Object, HandleDeserializationEventArgs)in GraphMLIOHandlerEvent handler for the HandleDeserialization event.
onHandleDeserialization (HandleDeserializationEventArgs)in GraphMLIOHandlerRaises the HandleDeserialization event.
onHandleDeserialization (HandleDeserializationEventArgs)in GraphMLParserFires the HandleDeserialization event.
MapperInputHandler (Class, Class, function(Object, HandleDeserializationEventArgs):void, Class?)in MapperInputHandlerInitializes a new instance of the MapperInputHandler<TKey,TData> class that uses the event handler for deserialization and suggests the provided target type for the deserializer.