Skip to content

Commit 61e45af

Browse files
committed
Double
1 parent 5050151 commit 61e45af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotnet/src/webdriver/Command.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,14 @@ internal class SerializableCommand
141141
}
142142

143143
[JsonSerializable(typeof(SerializableCommand))]
144+
[JsonSerializable(typeof(Cookie))]
144145

145146
[JsonSerializable(typeof(IList<object>))]
146147
[JsonSerializable(typeof(System.Collections.ObjectModel.ReadOnlyCollection<string>))]
147148
[JsonSerializable(typeof(bool))]
148149
[JsonSerializable(typeof(long))]
149150
[JsonSerializable(typeof(int))]
151+
[JsonSerializable(typeof(double))]
150152
[JsonSerializable(typeof(char[]))]
151153
internal partial class CommandSerializerContext : JsonSerializerContext
152154
{

0 commit comments

Comments
 (0)