Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Serializers.GeneralFormatter.Style Enumeration

(not specified)

Class: YetaWF.Core.Support.Serializers.GeneralFormatter
Namespace: YetaWF.Core.Support.Serializers
Assembly: YetaWF.Core

Syntax

public enum Style;

Values

NameValueDescription
Xml0Serialization as XML data.
Simple1Serialization in an internal format. Can be used for large data files, streams.
Simple23Used for small amounts of data that is in memory (usually cache and small data files).
JSON4JSON serialization.
JSONTyped6JSON serialization with type information.

Remarks

(not specified)

See Also YetaWF.Core.Support.Serializers.GeneralFormatter Class YetaWF.Core Overview