TypeConfig<T>
Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class TypeConfig<T>
Properties
Properties
View Source
Declaration
public static PropertyInfo[] Properties { get; set; }
Fields
View Source
Declaration
public static FieldInfo[] Fields { get; set; }
EnableAnonymousFieldSetters
View Source
Declaration
public static bool EnableAnonymousFieldSetters { get; set; }
IsUserType
View Source
Declaration
public static bool IsUserType { get; set; }
OnDeserializing
View Source
Declaration
public static Func<object, string, object, object> OnDeserializing { get; set; }
Methods
Reset()
View Source
Declaration
public static void Reset()