Skip to content

RowJsonConverter.ShouldDeserializeExtension property

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

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

See Also