Skip to content

Commit bf64403

Browse files
committed
SP-17454 update c# client and avoid extra serialization
1 parent 2a9767c commit bf64403

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Regula.DocumentReader.WebClient/Model/StatusResult.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,18 @@
99
*/
1010

1111
using System;
12+
using System.Linq;
1213
using System.IO;
1314
using System.Text;
15+
using System.Text.RegularExpressions;
16+
using System.Collections;
1417
using System.Collections.Generic;
18+
using System.Collections.ObjectModel;
1519
using System.Runtime.Serialization;
1620
using Newtonsoft.Json;
21+
using Newtonsoft.Json.Converters;
1722
using System.ComponentModel.DataAnnotations;
23+
using OpenAPIDateConverter = Regula.DocumentReader.WebClient.Client.OpenAPIDateConverter;
1824

1925
namespace Regula.DocumentReader.WebClient.Model
2026
{

0 commit comments

Comments
 (0)