Mercurial > pub > ImplabNet
comparison Implab/Xml/JsonXmlReaderPosition.cs @ 229:5f7a3e1d32b9 v2
JsonXmlReader performance tuning
JsonScanner now operates strings and doesn't
parses number and literals.
Added SerializationHelpers to common serialize/deserialize operations
author | cin |
---|---|
date | Tue, 12 Sep 2017 19:07:42 +0300 |
parents | 8d5de4eb9c2c |
children |
comparison
equal
deleted
inserted
replaced
228:6fa235c5a760 | 229:5f7a3e1d32b9 |
---|---|
3 using System.Linq; | 3 using System.Linq; |
4 using System.Text; | 4 using System.Text; |
5 using System.Threading.Tasks; | 5 using System.Threading.Tasks; |
6 | 6 |
7 namespace Implab.Xml { | 7 namespace Implab.Xml { |
8 public enum JsonXmlReaderPosition { | 8 enum JsonXmlReaderPosition { |
9 Initial, | 9 Initial, |
10 Declaration, | 10 Declaration, |
11 BeginArray, | 11 BeginArray, |
12 BeginObject, | 12 BeginObject, |
13 EndArray, | 13 EndArray, |