There was an error while loading. Please reload this page.
1 parent c95d98b commit daa2348Copy full SHA for daa2348
1 file changed
src/Giraffe/Json.fs
@@ -12,7 +12,6 @@ module Json =
12
/// Interface defining JSON serialization methods.
13
/// Use this interface to customize JSON serialization in Giraffe.
14
/// </summary>
15
- [<AllowNullLiteral>]
16
type ISerializer =
17
abstract member SerializeToString<'T> : 'T -> string
18
abstract member SerializeToBytes<'T> : 'T -> byte array
0 commit comments