Skip to content

Commit 0fbd8ea

Browse files
committed
Remove [<AllowNullLiteral>] attribute from Xml.ISerializer
1 parent daa2348 commit 0fbd8ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Giraffe/Xml.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module Xml =
66
/// Interface defining XML serialization methods.
77
/// Use this interface to customize XML serialization in Giraffe.
88
/// </summary>
9-
[<AllowNullLiteral>]
109
type ISerializer =
1110
abstract member Serialize: obj -> byte array
1211
abstract member Deserialize<'T> : string -> 'T

0 commit comments

Comments
 (0)