Show / Hide Table of Contents

Enum TypeNameSerializationBehavior

Enumerates serialization behaviors for saving type names.

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

Fields

Name Description
Always

Always serializes the type name.

Auto

Serializes the type name as necessary.

Never

Never serializes the type name.

OnlyForAbstractions

Serializes the type name only for abstract and interface types.

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