Skip to content

RowJsonConverter.ShouldSerializeExtension property

Should serialize extension. Returns the local hook if any is set through SetLocalShouldSerializeExtension, otherwise the default hook. The local hook should be used for unit tests.

public static Func<IRow, string, bool>? ShouldSerializeExtension { get; set; }

See Also