Table of Contents

Class IgnoreJsonConverterAttribute

Namespace
MonkeyLoader.Configuration
Assembly
MonkeyLoader.dll

Indicates that a Newtonsoft.Json.JsonConverter or Newtonsoft.Json.JsonConverter<T> derived class in a game tooling library isn't to be included in the list of converters for the JsonSerializer.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class IgnoreJsonConverterAttribute : MonkeyLoaderAttribute
Inheritance
IgnoreJsonConverterAttribute
Inherited Members