Serializer.Contracts Class
Definition
Section titled “Definition”Registers the default converters for SadConsole objects, when needed.
public class Serializer.Contracts : DefaultContractResolver, IContractResolverInheritance object → Newtonsoft.Json.Serialization.DefaultContractResolver
Implements Newtonsoft.Json.Serialization.IContractResolver
Constructors
Section titled “Constructors”Contracts()
Section titled “Contracts()”public Contracts()Methods
Section titled “Methods”ResolveContractConverter(Type)
Section titled “ResolveContractConverter(Type)”protected override JsonConverter? ResolveContractConverter(Type objectType)Parameters
Section titled “Parameters”objectType Type
Returns
Section titled “Returns”Newtonsoft.Json.JsonConverter