com.yworks.yfiles.server.graphml.flexio
Interface FlexDeserializationProperties

All Superinterfaces:
DeserializationProperties

public interface FlexDeserializationProperties
extends DeserializationProperties

Constant class for common deserialization properties.

See Also:
GraphMLParseContext.getDeserializationProperty(Object)

Field Summary
static java.lang.String IGNORE_MISSING_DESERIALIZER
          Specifies the handling of missing deserializer.
static java.lang.String READ_Z_ORDER
          Specifies if the z-order for graph elements shall be deserialized.
 
Fields inherited from interface y.io.graphml.input.DeserializationProperties
CURRENT_SCOPE, GRAPHML_CORE_NAMESPACE, IGNORE_PORTS, IGNORE_RESOURCE_ERRORS, IGNORE_UNKNOWN_REALIZERS
 

Field Detail

IGNORE_MISSING_DESERIALIZER

public static final java.lang.String IGNORE_MISSING_DESERIALIZER
Specifies the handling of missing deserializer.

If that property is set to true, elements for which no DeserializationHandlers are registered are parsed by the FallbackDeserializer. Otherwise, a DeserializationNotSupportedException is thrown.

Default value is true.

See Also:
Constant Field Values

READ_Z_ORDER

public static final java.lang.String READ_Z_ORDER
Specifies if the z-order for graph elements shall be deserialized.

See Also:
Constant Field Values


Copyright © 2000-2013 yWorks GmbH. All rights reserved