Show / Hide Table of Contents

Enum EnumSerializationFormat

Enumerates serialization formats for enumerations.

Namespace: Manatee.Json.Serialization
Assembly: Manatee.Json.dll
Syntax
public enum EnumSerializationFormat

Fields

Name Description
AsInteger

Instructs the serializer to convert enumeration values to their numeric counterparts.

AsName

Instructs the serializer to convert enumeration values to their string counterparts.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX