Skip to content

Commit daa2348

Browse files
committed
Remove [<AllowNullLiteral>] attribute from Json.ISerializer
1 parent c95d98b commit daa2348

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Giraffe/Json.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ module Json =
1212
/// Interface defining JSON serialization methods.
1313
/// Use this interface to customize JSON serialization in Giraffe.
1414
/// </summary>
15-
[<AllowNullLiteral>]
1615
type ISerializer =
1716
abstract member SerializeToString<'T> : 'T -> string
1817
abstract member SerializeToBytes<'T> : 'T -> byte array

0 commit comments

Comments
 (0)