Class JsonStreamParser<T>
Inheritance
JsonStreamParser<T>
Assembly: Glitch9.IO.dll
Syntax
public class JsonStreamParser<T> : TextStreamParser<T>, IStreamStage<string, T> where T : class
Type Parameters
Constructors
|
Edit this page
View Source
JsonStreamParser(JsonSerializerSettings)
Declaration
public JsonStreamParser(JsonSerializerSettings jss = null)
Parameters
| Type |
Name |
Description |
| JsonSerializerSettings |
jss |
|
Methods
|
Edit this page
View Source
Process(DeltaToken<string>)
Declaration
public override IEnumerable<DeltaToken<T>> Process(DeltaToken<string> input)
Parameters
Returns
Overrides
Implements
Extension Methods