Whether to support auto serialization using XamlDeserializer and AttributeBasedSerializer

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public bool SupportAutoSerialization { get; set; }
Visual Basic
Public Property SupportAutoSerialization As Boolean
	Get
	Set

Field Value

Default value is trueTruetruetrue (True in Visual Basic)

Remarks

If this flag is set to trueTruetruetrue (True in Visual Basic), a XamlDeserializer and a AttributeBasedSerializer instance will be registered with the GraphMLIOHandler in ConfigureHandler(GraphMLIOHandler). The deserializer is registered before all other default deserializers are registered, to make sure that it is used with the lowest priority. All namespace mappings that are defined in any assemblies are registered with the deserializer.

See Also