Search this API

y.io.graphml.output
Interface SerializationProperties


public interface SerializationProperties

Constant class for common serialization properties.

See Also:
GraphMLWriteContext.getSerializationProperty(Object)
 

Field Summary
static java.lang.String CURRENT_KEY_SCOPE
          The current KeyScope in which an OutputHandler or custom serialization code is called.
static java.lang.String IGNORE_UNKNOWN_REALIZERS
          Specifies the handling of unknown Node/EdgeRealizers.
 

Field Detail

CURRENT_KEY_SCOPE

static final java.lang.String CURRENT_KEY_SCOPE
The current KeyScope in which an OutputHandler or custom serialization code is called.

See Also:
Constant Field Values

IGNORE_UNKNOWN_REALIZERS

static final java.lang.String IGNORE_UNKNOWN_REALIZERS
Specifies the handling of unknown Node/EdgeRealizers.

If that property is set to true, Node/EdgeRealizers for which no RealizerSerializers are registered are written by FallbackEdgeRealizerSerializer and FallbackNodeRealizerSerializer. Otherwise, a SerializationNotSupportedException is thrown.

Default value is true.

See Also:
Constant Field Values

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.