| Interface | Description |
|---|---|
| IParser |
General interface - either an XML or JSON parser: read or write instances
Defined to allow a factory to create a parser of the right type
|
| JsonCreator |
Facade to GSON writer, or something that imposes property ordering first
|
| Class | Description |
|---|---|
| FormatUtilities | |
| JsonCreatorCanonical | |
| JsonCreatorGson | |
| JsonParser | |
| ParserBase | |
| XmlParserBase |
General parser for XML content.
|
| Enum | Description |
|---|---|
| IParser.OutputStyle | |
| ParserType |
Used in factory methods for parsers, for requesting a parser of a particular type
(see IWorkerContext)
|
Copyright © 2014–2017 University Health Network. All rights reserved.