TableEntity.DisableCompiledSerializers Property

Definition

Disables the ability to dynamically generate read and write lambdas at runtime. Setting this to false will clear out the static cache shared across all type instances that derive from TableEntity.

public static bool DisableCompiledSerializers { get; set; }
Property Value