Mercurial > pub > ImplabNet
diff 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 |
line wrap: on
line diff
--- a/Implab/Xml/JsonXmlReaderPosition.cs Tue Sep 12 01:19:12 2017 +0300 +++ b/Implab/Xml/JsonXmlReaderPosition.cs Tue Sep 12 19:07:42 2017 +0300 @@ -5,7 +5,7 @@ using System.Threading.Tasks; namespace Implab.Xml { - public enum JsonXmlReaderPosition { + enum JsonXmlReaderPosition { Initial, Declaration, BeginArray,